Marcin Kasperski

Results 22 comments of Marcin Kasperski

If I bisect properly, fileloop was introduced to projectile here (for emacs 27+): https://github.com/bbatsov/projectile/commit/1ac84bf2f2141cb789449f7e379ac33a95035f93 and it seems fairly possible that I started to have problems since I upgraded to emacs27....

Hmm, I found https://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-27.1&id=a477a7b86ba which landed in ``` $ git tag --contains a477a7b86ba emacs-28.0.90 emacs-28.0.91 emacs-28.0.92 emacs-28.1 ``` So mayhaps we have emacs 27 problem here, resolved by upgrade to...

In my case it also preliminarily seems so (although I am yet to test it more). So more-or-less it seems that `projectile-replace` doesn't work properly on Emacs 27 due to...

Also this is frequent problematic case: (OK) ``` >>> textile.textile("_Blah[1]_") '\tBlah1' ``` (bad but often seen) ``` >>> textile.textile("_Blah_[1]") '\tBlah[1]' ```

It seems much more mercurial-ish to me to make commit and amend it (possibly many times) before pushing, not to work on defining what is staged before committing. Especially with...

Regarding „selected changes commit”, it probably makes sense to look at how TortoiseHG does that. See here, especially fragments with `partials`: https://foss.heptapod.net/mercurial/tortoisehg/thg/-/blob/branch/stable/tortoisehg/hgqt/commit.py (the --partials option is some thg extension, also...

I just spent half a day looking for sources of memleaks in py3.11 provided by Ubuntu (22.04 provides python3.11 package containing `3.11.0~rc1-1~22.04` version which seems to contain this bug). Py3.11...

Preferable solution: a) json filter doesn't remove `@metadata` when there are no `@metadata.something` fields in unpacked record b) even if unpacked record happens to contain `@metadata.something`, json filter tries to...

Thank you, indeed it works (in binary distribution the file is ``resources/app/main.js`` but can be edited and after restart keybindings are appropriately changed). Still, it would be nice if I...