Massimiliano Mirra
Massimiliano Mirra
Woah, this was quite the surprise. Thank you both. :) About the ``: I couldn't immediately find it (happy to have a look — can you point me to it?)...
I switched to intersection tools and [caps2esc](https://gitlab.com/interception/linux/plugins/caps2esc). It's nice that it works independently from X (so also in console and Wayland) but I miss the timeout functionality.
I worked around this by changing my `~/.xsession` from: ``` # ... xcape -e 'Control_L=Escape' -t 500 exec i3 # EOF ``` To: ``` # ... i3 & wmpid=$! sleep...
Thanks for the report, @p2d0 ! That commit looks unrelated and thus probably anterior to the one that introduced the difference. If you can bisect the issue down to the...
> [84520fe](https://github.com/bard/emacs-run-command/commit/84520fe738f337607153b9cd37def2e4004eb3f6) seems to be the problem, default runner changed to term and it doesn't work with it Strange, I'm using the term runner daily without issues. Does this happen...
Thanks @p2d0 for the repro, this helped a lot in understanding the problem. It turns out that https://github.com/bard/emacs-run-command/commit/22844ae959ec66f609104d160a1a4e6bafa7af29 also didn't work when the runner was set to `term`, so this...
@montchr I don't know about OP's issue but yours is probably the same I encountered, and it's due to the `termenv` dependency (via `lipgloss`). I submitted a PR to fix...
Hey @ArslanYM, this project has been superseded by https://github.com/gitcoinco/grants-stack, there's a [list of good first issues here](https://github.com/gitcoinco/grants-stack/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22), but if you're interested in specific areas, feel free to drop me a...
Thanks! Can you give an example of the case the first case refers to? The one you wrote got garbled up by the formatting engine. (Please, in the future, one...
No, thanks for checking and sorry for not getting around to merging yet. Just waiting for a time window to go through the changes, verify them and make individual commits....