korrat
korrat
I've now also tried the fork from #183, but the error stays.
ping @mgattozzi
Same issue here, also occurring with Bitdefender. It seems that Bitdefender does not like turning off strict mode. Is it possible to not disable strict mode in the scripts? I've...
I ran into a similar issue with `treefmt`. When running under `lefthook`, I observe consistent hangs of almost exactly 10s. Setting the `CI=1` environment variable fixes the issue. After some...
I've had a similar problem with a multi-crate setup. What worked for me was adding `extern crate` declarations for the plugin crates (`IMPL1`/`IPML2` in your crates) to the consumer (`LIB`...
I believe while this fixes the issue with dropping the future returned by `Push::push`, API consumers cannot avoid being weakly cancel-safe themselves. To use such an API, the API consumer...
Once #32 is merged, we can rebase this branch on top of main. One problem of this patch is that the scoped functionality does not match the function version exactly,...
We might want to move `defaultWith`/`loader`/`load`/`findLoad` into individual source files to clean up `flake.nix`.
The first commit (apart from the one included in #32) works with https://github.com/Lord-Valen/configuration.nix. The second commit replaces the custom loader implementation with `applyModuleArgsIfFunction`, mostly. However, that causes some failures, since...