Nathan Smyth
Nathan Smyth
Hi, just chiming in with a different use case which could benefit from patterns in `ignoreUnused`. We're using webpack with `url-loader`, which means that in our source code we have...
I honestly like `2` more, maybe something like: ```json { "assetExtensions": [".svg", ".gif"], "assetFolders": ["src/assets", "ios/src/example"], (or/and) "assetRoot": "src/assets" } ``` Although I'm wondering how this would work with `alias`...
Strangely enough, I have done a cargo update - I'll see if it replicates with a new repo and check if it's not something I've done.
Following up, in my case I was using `hipblas`, and I needed the `AMDGPU_TARGETS` environment flag to be set to correctly generate the bindings, otherwise it'd fall back on the...
For those using bash, I needed to put the script in .bashrc ```nix programs.bash = { enable = true; bashrcExtra = '' if command -v direnv >/dev/null 2>&1; then if...