tomberek
tomberek
Early draft to upgrade to 2.24. Requires a few changes. Blocked on: https://github.com/NixOS/nix/pull/11216 and updates to Nixpkgs Eval changes on a nixpkgs were limited to line numbers in error messages.
## Proposed Changes Use proxy builders ## Release Notes N/A
# Motivation Turn the UID error into a warning. # Context With the upcoming Sequoia update, UID's 301,302,303,304 become used by Apple-provided users. This causes a hard error. This PR...
# Motivation make it easier for people to use their OSX keychain to provide the SSL CA. # Context Uses `security find-certificate -a -p` to write a file. This is...
Possible to use COMP_WORDBREAKS here? ``` COMP_WORDBREAKS=${COMP_WORDBREAKS//=} ``` Alternatively... do we edit this? ``` _get_comp_words_by_ref -n ':=&' words cword cur ``` note: I've not tested this yet. _Originally posted by...
## Proposed Changes Use "now" as the timestamp. ## Release Notes - use a reasonable timestamp
**Describe the bug:** **Steps to reproduce:** 1. ```toml version = 1 [install] python313.pkg-path = "python313" pre-commit.pkg-path = "pre-commit" pre-commit.priority = 8 ``` 2. `flox activate` 3. ```shell $ ls -alh...
**Describe the bug:** During the publish operation, we are asking for the closure-size [here](https://github.com/flox/flox/blob/5a8e106b30e86ed0e5d8e668f860157e7e81d3d0/cli/flox-rust-sdk/src/providers/publish.rs#L324). This results in another fetch of the entire closure's narinfo. In other words... it has the...
While trying to get wiresteward working with Google's implementation of OAuth2, i needed these changes: https://github.com/utilitywarehouse/wiresteward/compare/master...tomberek:wiresteward:tomberek.google Not sure if I'm configuring something wrong, or if this is just due to...