Kyle Leonhard
Kyle Leonhard
Hey Tink developers! In 2020, the AWS encryption SDK introduced ([announcement ](https://aws.amazon.com/blogs/security/improved-client-side-encryption-explicit-keyids-and-key-commitment/)) "key commitment" to mitigate attacks against authenticated encryption schemes using symmetric keys (e.g. aes-gcm). There are now a...
Enable multiple jobs to share an installed binary by configuring a `shared-key` parameter instead of using job-id. Mimics the "shared-key" parameter in https://github.com/Swatinem/rust-cache/tree/v2/
Great tool! I'm also using https://github.com/Swatinem/rust-cache/tree/v2/ which supports a 'shared-key' parameter: "A cache key that is used instead of the automatic job-based key, and is stable over multiple jobs." I'd...
### Describe the bug A `state_unsafe_mutation` error is triggered when an `onblur` handler changes a `store` value used in a `$derived` call. I'm not really sure what the absolute minimal...
### Tool name NodeJS ### Tool license unknown ### Add or update? - [ ] Add - [X] Update ### Desired version 23 ### Approximate size _No response_ ### Brief...
**Description:** Add `node-version-file` support for determining the Node version from the `use-node-version` key of a `.npmrc` file. See the [PNPM docs](https://pnpm.io/npmrc#use-node-version). Here's an example `.npmrc` file: ```.npmrc use-node-version=23.10.0 ``` **Related...
Hi! I happened to notice this crate depends on an unmaintained gtk3 crate. Are there plans to upgrade to gtk4 instead? https://github.com/gtk-rs/gtk4-rs I see a handful of advisory issues were...
Hi! I'm having trouble examining changes to an Array of String in a deep observable and hoping to get some help or a pointer to an example. I'm able to...