Quentin Smith
Quentin Smith
Putting it in `activate.custom` means that the checks will run on the remote machine, when you probably want them to run from the machine running `deploy`. Also, in addition to/separate...
What's blocking this PR? Is it just the merge conflicts? It sounds like all that's left for `no_alloc` support is to merge the `rust_max_length` option with `arrayvec` support. (And yes,...
I had a failing `install-flake` check so I dug deep into the logs. First, it's complaining that `/etc/nix/nix.conf` already exists, but that seems to be normal based on looking at...
> In general I tried to keep compatibility with existing modules, however I intentionally excluded activation scripts from the public api for external modules. It would be nice if the...
> I mostly agree with that, since everything is global there is indeed no way to actually prevent this. However currently at least insures that the included module was actually...
> To clarify I'm ok with the changes if they don't remain under the same option as NixOS. For preActivation/postActivation we can use `mkRenamedOptionModule` to provide compatibility. I don't have...
I think a unit smaller than MiB should be used for batch sizes; most common export APIs have limits near the 1 MB mark. For instance, CloudWatch's max batch size...
FYI this appears to be a regression in 3.2.0; I downgraded to 3.1.2 and notifications (and file choosing - #1919) both started working. Maybe this is as simple as specifying...
> I appreciate you making an effort to improve the PNGdec library. A couple of things - > > 1. I don't see any specific advantage to what you changed....
FYI there is a pure-JS implementation of Kerberos/GSSAPI at https://github.com/davidben/webathena/blob/master/dist/gss.js (and the surrounding repo). The main challenge you'll still have is getting access to the platform's native credentials cache; on...