Thayne McCombs
Thayne McCombs
This should help both runtime performance and side of the executable. And I can't think of a reason why we would need unwinding on panic in release builds.
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
Fixes #5160 Add two new options to several s3 commands to include or exclude all patterns from a file. By submitting this pull request, I confirm that you can use,...
- **Sway Version:** 1.9 - **Debug Log:** - https://gist.github.com/tmccombs/05f9c4d36c381b57f0ffc5dd79cde6ac - **Configuration File:** - happens with default config - **Description:** 1. Subscribe to "window" events over IPC 2. Send a RUN_COMMAND...
When I call `FallbackFrame::draw` I get this error in the title. More context from the wayland debug output: ``` [4029484.720] [email protected](11489) [4029486.062] -> [email protected]_configure(11489) [4029486.230] -> [email protected]_title("zsh") [4029486.252] -> [email protected]_buffer(new...
### Describe the feature It currently isn't possible to create a presigned url using SSE-C wilth the aws cli, because the `aws s3 presign` command doesn't have an equivalent of...
This also significantly refactors the code for creating the regexes to match with, and in some cases avoids using regex altogether. Fixes #1603 #399 I'm not sure if this is...
fixes #9082 /claim #9082
If we successfully acquired the permits for an effect, then avoid removing the promise from the queue, since it should no longer be in there. This should improve performance of...
Please add a method to `Semaphore` that allows observing how many tasks are currently in the queue waiting for available permits. This is useful for monitoring if a semaphore is...