Chee Aun
Chee Aun
Currently there's a TOC generator workflow (`.github/workflows/toc.yml`) which is pretty neat. Having a workflow to auto-sort the list of links alphabetically would be nice. Another solution would be a linter...
GitHub seems to have switch to a new search. - May need to add `fork:false` ([docs](https://docs.github.com/en/search-github/searching-on-github/searching-in-forks)) - May need to add `archived:false` ([docs](https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories#search-based-on-whether-a-repository-is-archived)) - Must add `in:name` ([docs](https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories#search-by-repository-name-description-or-contents-of-the-readme-file)) **Use case**:...
Logging in from [Phanpy](https://phanpy.social/), a 3rd-party web client (using Mastodon's API), the flow works until the `/oauth/token` part as the response returned doesn't include CORS headers. Devtools console output: >...
When you drag to the top or bottom of the scrollview container, a css matrix transform is applied to the scrollbar and "squeezes" it. This also squeezes the border radius....
It should squeeze to smaller size when dragged to top or bottom.