Sebastian Wålinder
Sebastian Wålinder
Hi! So I'm working on a game in bearriver that has dynamic collections (in this case many enemies, bullets, etc), and for that bearriver has the list monad transformer (as...
Hi! I was re-reading the old issue @turion helped me with (#236) and noticed that he mentioned the issue with MSF compose strictness way before I eventually figured out that...
It would be useful if there was a command to search through all databases at the same time
Right now when searching a directory the whole path to each file is displayed. It should probably cut out the stuff containing the current directory, so that only the relative...
Sometimes I have lots of entries in a folder that I want to change the name of. Currently you can either call `org-brain-rename-file` on every entry which takes a long...
When typing a bit after enabling both `aggressive-indent-mode` and `emacs-ccls`, the text above and below where you are typing will get deleted. The problem is present with this minimal config...
Hi! I'm currently researching what FFI library to use and I can't find much info on the differences between the various FFI generator approaches. Specifically I'm having a hard time...
Currently links aren't selectable when using w3m as a renderer in notmuch-show-mode.
Hello! It appears that when selecting and killing multiple EXWM buffers using `embark-act-all`, only the first selected buffer gets killed. Is there any way I can debug this further? No...
Hello! Essence-of-live-coding doesn't support higher order state, as stated in: https://github.com/turion/essence-of-live-coding/blob/279f42a4d04bbf42fe59a8dafec466d002a4ebea/essence-of-live-coding/src/LiveCoding/Coalgebra.lhs#L88 This means that higher order arrow constructs such as `pSwitch` aren't possible to implement with state remaining intact between...