Felix Uhl

Results 211 comments of Felix Uhl

Quick fix for anyone else experiencing the issue; add this to your `package.json`: ``` "overrides": { "react-virtual": { "react": "^18.0.0" } } ```

@waterfoul thank you so much! For everyone else who's a little confused, this is the full set of commands to use: ``` skopeo --insecure-policy copy docker-archive:my-test-image.tar.gz docker-archive:archive-file.tar:test-image:latest dive --source docker-archive...

Hey @haenoe, great to hear! As the Nix core team is very busy, feel free to tag me when you open a PR, I'll review your changes. You can check...

@stablejoy Not really. This is only about improving error messages and type safety.

Indices don't exist in the current version of nix anymore, but I agree that this is currently quite annoying. ``` Name: path:/Users/feuh/.dotfiles#packages.aarch64-darwin.default Flake attribute: packages.aarch64-darwin.default Original flake URL: path:/Users/feuh/.dotfiles Locked...

#6481 was abandoned in favor of #8631; you may want to update the todo list :)

@bobvanderlinden now that #8678 has been merged, could you re-evaluate whether which of these issues are resolved?

Two more issues that might be worth adding here: https://github.com/NixOS/nix/issues/10463, https://github.com/NixOS/nix/issues/10419

It seems the author hasn't had time to respond to any issues for weeks. In the meantime, you could just clone from my fork and then set this original repo...