Dmitry Matveyev
Dmitry Matveyev
`alt 6` is not same as `alt ^` in my terminal. Another point is combination of alt+ctrl, for example in Emacs it is heavily used for navigating per-sexp in lisps.
Hi! I've recently discovered the zig-spoon library which seems interesting. The only concern might be that zig-spoon is GPL licensed whereas the current repository is MIT. https://git.sr.ht/~leon_plickat/zig-spoon Overall I'm still...
It seems that the problem is in edu.mit/jwi library. Changing the version from [edu.mit/jwi "2.3.3"] to [edu.mit/jwi "2.2.3"] solved the problem.
Nothing fancy really, I run time measurement of kakoune startup in a loop and edit config, as a result it shows changes in real time. I use [elvish](https://elv.sh/) as a...
Sure, thank for looking into it! My problem is solved by manual labor :( no rush for me right now :^)
No problem. With the options above in `~/.hgrc` you can run it like so `hg delta`. You will need to have [extdiff](https://wiki.mercurial-scm.org/ExtdiffExtension) extension installed. A repository to try something could...
Also versions ``` > rak --version rak - provided by App::Rak 0.3.12, running Raku 6.d with Rakudo 2024.07. ```
Yeah, `--degree` helps, thank you! Good luck investigating. Let me know when I can remove the repo with reproduction.
I still see bogus results from the command and it crashes about 20% of the time. Command for reference: ``` rak --modify-files '{ .subst(/«next»/, "return") if .match(/«next»/)}' jobs/ ``` One...