toastal
toastal
Only if the switch is moving from client-side highlight.js to build-side Prism. Client-side highlight.js & Prism both are incredibly wasteful for documentation. For the most part, your documentation’s code samples...
A lot of people still have troubles using `$` with their keyboard too so it's not as black and white as there's no guarantee of any keys. Heck the default,...
I actually made an attempt at [`ReadonlyMap`](https://paste.sr.ht/~toastal/48e2f549f5fd3583bdaecf502ee51091642b747c) (I left a message to review it on #fp-ts @ Libera.Chat, but hadn't gotten a response) that is working for me. I understand...
Seems like there should be a compromise in the form of a data structure everyone can use, ya know? Newtyping everything is good and should be encourage which having easy...
This sounds similar `guard` from MonadPlus...
I understand. I just recall reading Fedora is now [disallowing CC0 software](https://www.mail-archive.com/[email protected]/msg183333.html) and how that may affect the philosophies of other projects moving forward. > The reason for the change:...
This is also being talked about here: https://discourse.elm-lang.org/t/access-to-javascript-string-normalize/3418/7
.opam still says GPL-3.0-only as well
For Sourcehut you can get users and rendered README in one fell swoop through their GraphQL API ([schema](https://git.sr.ht/~sircmpwn/git.sr.ht/tree/master/item/api/graph/schema.graphqls)). ```graphql query { repositoryByName(name: "purescript-web-page-visibility") { name readme owner { id }...
Oh, I wouldn't disagree, but now you definitely need to have your own sanitizer. One of my quibbles with GitHub's Markdown renderer, is that it removes `` tags that add...