MrFoxPro
MrFoxPro
For anyone who struggles with this, try: ```nix boot.initrd.systemd.enable = true; boot.loader.efi.canTouchEfiVariables = true; ```
Maybe it could be done via Eslint? I'm using unocss eslint rule to sort it.
@phiberber I made something you can add to your CSS-in-JS tier-list :P https://github.com/MrFoxPro/vite-plugin-toad
Not sure what happened, but now I can only build it via `nix build "git+file://$(pwd)?submodules=1"` and `nix build .?submodules=1` stopped working for me on Nix 2.19.1
> @MrFoxPro this looks promising. Can I take over this effort (including #1160), as I also need a dev shell with appropriate tooling? > > In my opinion, this PR...
That would be nice, but seems like it's possible via aliases and splats: ```edgeql abstract type ChatBase { required num: ChatsNumericSequence { readonly := true; constraint exclusive; }; multi members:...
> Can you reproduce the issue with monero-wallet-cli? Have no money anymore, will try when get them
Same here. Is there a way to set location of it somewhere in `/tmp/` at least? Or process with SWC?
I would like to preserve casing for typescript as well
What I did to fix this: changed from ```nix dream2nix.inputs.web-node-dev = { source = ./.; projects.web-node-dev = {name, ...}: { inherit name; relPath = "."; subsystem = "nodejs"; translator =...