toastal

Results 155 issues of toastal

Upstream Nixpkgs has been pushing the style of removing `with lib;` with the reasoning of clarity around where variables in scope come that hurt readability & static analysis[^1]. While on...

**Is your feature request related to a problem? Please describe.** [KDL](https://kdl.dev) is a configurations language with compatibility with JSON & XML with a subjectively more terse syntax while supporting nesting...

Docs & code point to `_darcs/prefs/boring` for Darcs, but it is _very_ common to create a `.boring` boringfile in the project root so it can be checked into the patch-based...

new feature

I would like to see EditorConfig be used as a fallback for the default spacing when no format values are specified. Advantages: keep indentation config in one place; no desync...

See: https://html.spec.whatwg.org/multipage/microdata.html [^1] [^1]: Please consider [giving up MS GitHub](https://sfconservancy.org/GiveUpGitHub/) or offering a non-proprietary, non-US-corporate-controlled mirror for this free software project. I wish to delete this Microsoft account in the...

html & svg standard

Cherry-picking typos & syntax mistakes from #343 https://gist.githubusercontent.com/toastal/dd85b83f03f0cd5a468d43a9169061dd/raw/a664538ec1c9fc288562d792bc4b44f153f75013/ms-gh-foot.md

https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element Description list allow `` & script-supporting elements—not just `` & `` elements. [^1] [^1]: Please consider [giving up MS GitHub](https://sfconservancy.org/GiveUpGitHub/) or offering a non-proprietary, non-US-corporate-controlled mirror for this free...

html & svg standard

I would like to see general abbreviation/acronym/initialism support for odoc. In Hypertext Markup Language (HTML) `` tags add accessibility & unmystifies jargon — it’s naïve to assume everyone knows the...

I created a socket, but when the server shuts down, my socket file, `dream.sock`, is not removed. If I then try to restart the server I get the following error...

Fixes #398 I’m not entirely sure what’s missing or if this is on my end. In my case I have been using `dune exec bin/main.ml` to launch where `Dream.serve` is...