Tor Arvid Lund
Tor Arvid Lund
If a user is currently in a [vaulted](github.com/miquella/vaulted) shell, they will now have an indication of this in the agnoster prompt, not unlike the virtualenv prompt. The foreground color will...
The copyToClipboard function would fail unless the platform was Mac OS X (Or, strictly speaking, if there was no 'pbcopy' binary available). This patch fixes it so the code runs...
Fixes #388 (possibly?) Honestly, I'm not sure how to test this, but it feels like the way to (safely) iterate through a set in an async context, is to iterate...
We experienced this in production a few times (screenshot from Sentry): My guess is that this is due to the async nature of aio-pika; that while iterating through the set,...
## Feature This test file: ```python eg: ExceptionGroup = ExceptionGroup("test", [Exception("test1"), Exception("test2")]) print(eg) ``` yields the following in CPython 3.11.1: ```bash ❯ python test.py test (2 sub-exceptions) ``` and this...
When using a Countdown as a context manager with a lock, there was a possibility of not releasing the lock when exiting the context (if unlucky with timeouts). As an...
When create_task is called, the done_callback should check whether or not an exception was raised, and if so, re-raise it.
## Summary When a package is hosted on Amazon S3 (sometimes the case when using Gemfury as a private repository), there might be a redirect from the Gemfury link to...
# Description There is no risk of locking issues during a constructor call. It is also not desirable to lock-unlock-... for each provided attribute to the constructor. This commit seeks...
Hi, and thanks for a great tool 🙌🏻 Basically the title says it. The [schema file](https://json.schemastore.org/mprocs-0.6.4.json) mentioned in the README doesn't have the `scrollback` property listed (I just noticed that...