Aidan Gauland
Aidan Gauland
It would be nice if esxml s-expressions were treated specially when indenting. To start with, I would like to have ``` elisp (tag () body) ``` automatically indented as ```...
Have the validator report specific errors _within_ attribute alists, rather than only reporting the attribute alist as invalid.
When I "sleep" my PocketCHIP and then wake it by either tapping the screen or hitting the home button, I get the login screen but without a password prompt.  output, and it panics. ```console ❯ ./result/bin/termshot nu ❯ ls ╭────┬────────────────────────┬─────────┬────────┬───────────────╮ │ # │ name │ type │ size │ modified │...
Could we add preview screenshots of the themes similar to how the [Helix editor](https://github.com/helix-editor/helix/wiki/Themes) provides preview for its themes?
`gatsby` subcommands fail with a permission error when trying to operate on files under `.cache` in the project directory under a development nix shell. - Clone [netlify-templates/gatsby-starter-netlify-cms](https://github.com/netlify-templates/gatsby-starter-netlify-cms) - Run `node2nix...
[http2](https://hackage.haskell.org/package/http2) is up to version `4.1.4`, while the latest that twain can be built against is `3.0.3`. It would be helpful if twain could be migrated to the `4.1.x` version...
Dired buffers in which I have subtrees expanded using `dired-subtree` are not restored with the expanded subtrees when restored by [desktop](https://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Emacs-Sessions.html). It would be very nice to have dired buffers...
### lume.pingpongseq(max) Returns a coroutine that continuously yields the next item in the sequence ```lua local coro = lume.pingpongseq(3) coro() -- Returns 1 coro() -- Returns 2 coro() -- Returns...
#### lume.betweenangles(theta, angle_min, angle_max) Returns whether the angle `theta` is between `angle_min` and `angle_max`. (All angles in degrees.)