Leo
Leo
What about adding a CLI arg for injecting env variables into a pure environment? It should be ok from a sandboxing perspective because it's explicitly specified, rather than inheriting the...
Possibly related: #5567 Maybe it would be nice to inject things like ``` nixpkgs.config.allowUnfree = true; ``` or even ``` nixpkgs.config.cudaSupport = true; ``` within the command line `nix run`...
I just encountered this as well. I believe it's showing the wrong unit, listing kilobytes instead of megabytes. A simple fix would probably be to divide by 1024 when logging.
I'm not too sure, but I found that the number approached a similar amount to how many gigabytes of storage I was copying. I'm doing a lot of copying for...
A simpler reproduction: ```ts const base = '/api'; export const config = { matcher: `${base}/:path*`, }; ``` Substituting `${base}` with the string directly works.
It appears that manually re-creating the files doesn't apply the attributes either, I assume it de-duplicates the file automatically. Some weird behavior I observed though: This does nothing, appears to...
Context: I set up a dummy 4x4gb bcachefs drive, and tested applying `compression`, `background_compression`, `replicas` on various folders inside, and existing data was never affected, while any new data I'd...
Possible explanation from the bcachefs IRC chat: The rebalance thread isn't being triggered, and my drive's size is too small for bcachefs to notice the files (aka exceed `io wait...
@koverstreet would it be feasible to have a multi-operation priority queue kind of approach? Like having multiple filesystem tree walkers/iterators (not sure what your preferred terminology is), and then the...
Ok SDDM not loading after the login screen \*without* autologin happened again, here's the logs: Logs until the spinning gear stops spinning and the PC is just stuck Oct 05...