Dimitri Merejkowsky

Results 111 comments of Dimitri Merejkowsky

https://git.sr.ht/~dmerej/skyspell/commit/722c4eeb302df160d5dc973f571516b03699e9a5 It works !

Yeah but in my use case there's no 'patch' component when I'm making a prerelease

In case this helps, we've built an alternative called [tbump](https://github.com/supertanker/tbump) Prelease support looks like this: ```toml [version] current = "1.6.0" regex = ''' (?P\d+) \. (?P\d+) \. (?P\d+) ( -...

Shameless plug: https://dmerej.info/blog/post/finding-a-good-project-name/ I propose shylops. Or, using: http://wordoid.com/ : eligit.

> you can extract your git-repo configuration into another file. ahah! Nice. Feel free to close, then

Interesting idea! py.test uses something similar: help and command line API change depending on the plugins installed. They use https://pypi.python.org/pypi/pluggy for this. Maybe worth trying ...

Nope, just that you need to update the doc about installing kalamine :) If you insist I'll make you a pull request there :P

Hi, ruplacer author here. Let me know if I can help :)

+1 The feature request mentioned in #28 is implemented there :)

I think this is caused by `fzf` being in PATH, but not as `/usr/bin/fzf` For instance, on my machine I have fzf in `~/.fzf/bin/fzf` and I got the same bug....