Massimiliano Mirra
Massimiliano Mirra
Having wrestled with this in the past, I want to point out a couple of things that might save people time and frustration. You can either make the login link...
I could/should have summarized my question into: after the process I run in a vterm buffer is done, is it a bad idea to run another process in the existing...
I found this thread after looking for a way to include`lefthook` in a `poetry` project. FWIW, I think @lucatrv's initial suggestion of installing `lefthook` without reliance on non-Python toolchains was...
> * _More robust continuous integration_: Before increasing the complexity of the package, we should improve our continuous integration pipelines to make sure that we don't break anything. This is...
> any updates? I suspect the reason this issue is (and might stay) off the radar despite being marked as `good first issue` is that it requires testing on three...
@aaaaahaaaaa Good idea. Just to save people some hunting: ```python is_windows = sys.platform == 'win32' # ... def clear(): """ Clears the terminal. """ subprocess.call('cls' if is_windows else 'clear', shell=True)...
This looks mighty useful! Other than rebasing, are the changes required at this point only style-related?
@lunny @delvh (paging because I see you in the PR, sorry if you're not the ones I should @): looking at this and #23113, both in limbo, it seems that...
That's fair. You see value in this (ancillary, I agree) area, but there are more urgent issues from the core area, and the lack of RFC process makes it difficult...
@Hubro sorry I didn't see this sooner. I've been using a minimally patched version without problems for more than a year at this point: https://github.com/bard/syncthing/tree/instant-sync (it's not in sync with...