Results 178 comments of Grazfather

seed 2 breaks left indicator. Basically it looks like when random choosing the offsets and stuff there aren't proper check to make sure everything is sane.

Right on! Thanks for tracking me down to show me this. What I ultimately want is a macro that turns that into a one liner. Unfortunately it seems a bit...

I already have a [`call-module-setup`](https://github.com/Grazfather/dotfiles/blob/master/nvim/fnl/core/utils.fnl#L13) that works pretty well. The issue comes up e.g. in my _completion.fnl_ because the call to setup also requires 3 extra modules. `load-if-dep-available!` is nice,...

Is the new monitor mirroring the display, or just an 'extra' display? I imagine the root cause is the same: The font rendering not updating the size to render at...

I think that this is something that could be done with treesitter, since you can set syntax in only sections of buffers as demonstrated in [this video](https://www.youtube.com/watch?v=v3o9YaHBM4Q)

This worked for me. Notably, from the releases linked, it now has zip files with uf2 already in them. *this did not work*. I had to manually convert the .hex...

@andrewtholt , hold reset while plugging in the device, and hold the button until the second LED turns green. You should now have a new disk mounted. You can put...

I've updated to b9f7e08 and the issue still exists, actually, so I don't think that that's it.

```lua local execute = vim.api.nvim_command local fn = vim.fn local pack_path = fn.stdpath("data") .. "/site/pack" -- Manually clones a / from github into the pack directory. Used to -- bootstrap....