nicoo

Results 146 comments of nicoo

FWIW, CI is failing because I needed `Vector.isclose`, which isn't in a released version of `ppb-vector` yet.

As per python/mypy#5901, this is blocked on a `ppb-vector` release. :)

I mentioned it [in the SCIM discussion](https://github.com/zitadel/zitadel/discussions/1931#discussioncomment-10783336), but it might be more relevant here: even just read-only support for SCIM (and custom schemas) would let us solve #7909 with a...

In what security model would that be an improvement? As far as I can tell, an attacker who can subvert the (sw-only) ephemeral key's generation, can presumably access the plaintext...

Note: I did not try to uniformize the conventions around ignored parameters in lambda (like `mapAttrs (_k: v: onlyDependsOn v)`) Not only would the change be fairly disruptive, but it's...

@rycee Should I submit a change to run `deadnix` in CI? (either as a follow-up PR, or in here) I think it would be useful, both for general code hygiene...

CI failure seems unrelated: a bunch of tests are failing due to a change in quoting the contents of systemd unit files

For context, I wrote this while packaging `unicodeit` for Nix, as it made sense to have a `unicodeit` package expose a `unicodeit` program (so Nix tools can automatically fetch-and-run it...