Tag: guide
How to write or paste Markdown into Slack messages and have it formatted correctly, while still keeping the format toolbar, by using HTML pasting.
How to delete all last.fm scrobbles of a specific track or album, with Tidal Advertisements as an example.
How to bypass the network connectivity error when trying to factory reset a Nook Simple Touch ereader from Barnes & Noble.
How to determine point intersection or collision detection with Canvas paths, with or without tolerances / buffers / padding.
How to use WebViewClient with Android WebView to hook into network requests, intercept them, and block or modify them if they match certain rules.
Approaches for using CSURF for CSRF protection, but only on certain routes, and some with the ability to extract the generated token from the request.
How to use the Arc Canvas Web API method to draw partial filled circle segments, including quarter circles, and even with added rotation.
How to use TypeScript, or JSDoc-powered JavaScript, with Service Workers, as well as some important caveats for current issues.
How to split a string into individual characters in Google Sheets, using a pure formula approach. Even handles line breaks and special characters.
A guide on using SVG files with Svelte, and how to embed, inline-directly, or reference them, with or without rollup plugins.