toastal
toastal
Ah. That makes sense.
Diff is slightly easier to follow without white space (indentation needed adjusting since ) https://github.com/ocaml/ocaml-lsp/pull/1226/files?diff=split&w=1
Adding 1 dependency is more than 0 dependency. Dependencies need to be audited & unless you remember to `follows` downstream will end up with a several versions. …And a lot...
This a problem for any cache-y build tool/compiler. I've had problems with the Ruby gem `sass` and more recently having to omit the [caching options](https://github.com/rollup/rollup/wiki/JavaScript-API) for Rollup. The caching vastly...
While preferably AsciiDoc or reStructuredText could be supported as they support admonitions inside their specifications rather than all the disparate "flavors" and competing specs that Markdown has for this concept,...
[Don't use flags for languages](https://wplang.org/never-use-flags-language-selection/). Flags represent nations; not the languages inside its borders. For accuracy's and politics's sake, just use the ISO language codes.
It's mostly just an aesthetic choice, but has some history to it. With a pen we would certainly write `•` and books have done it this way since before computers,...
AsciiDoc has [level offsets](https://docs.asciidoctor.org/asciidoc/latest/directives/include-with-leveloffset/) that are really great to use with include. This means the subdocument can start all over with ``. This makes authoring and reading easier outside as...
> making everyone's lives harder to make things comfortable for those who don't. I can echo this. Anecdote: I have a Shanling DAP whose OS, despite based on the Linux...
@dbready I can echo that too. Using AsciiDoc to reference code snippets from the code itself is super helpful and easier to keep in sync (just need to remember line...