Andrew V. Teylu
Andrew V. Teylu
I'm not trying to shame @chrisduerr here, but just so everyone is fully aware, my post immediately [above](https://github.com/alacritty/alacritty/issues/2324#issuecomment-852885230) is liked by Chris -- this might "as good" of a confirmation...
> who cares really The maintainers who need to look after the code-base forever more and might not have the ability/inclination to test/run on Windows. Honestly, the "easiest" way is...
I believe ConPTY isn't "buggy", it just isn't a Linux PTY. The maintainers of Alacritty don't want to put in custom code *specifically* to deal with nuances of ConPTY vs....
@fredizzimo I have no idea about Windows Terminal, but a number of other terminals that use ConPTY actually do this stripping for you before you paste, to ensure some kind...
Wow, amazing that you can do releases 🥳
Yeah, but it is likely to be a lot easier (for other people) than building their own version of Alacritty locally. Seriously, good work!
Okay, so I have a "working solution", but I don't consider it particularly graceful: ### `example.py` ```python #!/usr/bin/env python3 from rq import Connection, Queue, Retry import example_lib # Give me...
> Is there a way to make a job have an "infinite" number of retries? > It looks like (and I am not 100% that this does work), but that...
Woah, that could be really great! Are you saying "racy" in terms of making sure the job we want to append to hasn't yet started, or "racy" in terms of...
@selwin I am 100% happy to give this ago -- I am contributor to a number of other open source projects, but I have a few questions as I am...