Kirpal Grewal

Results 11 comments of Kirpal Grewal

Ah ok: looking through that issue seems like the current div simplifications in that file also currently do nothing for the same reason...

Has there been any update on this (or would `cargo install --git https://github.com/astral-sh/ruff ruff `work: seems to install but I'm not sure if there's tests I can run to confirm:...

Has anyone found a solution to this: getting ``` [DEBUG] Unsupported device /dev/hidraw8 ignored [DEBUG] Unsupported device /dev/hidraw9 ignored [DEBUG] Unsupported device /dev/hidraw10 ignored [DEBUG] Unsupported device /dev/hidraw1 ignored [DEBUG]...

Just came across this and would be helpful too (by upstream where do you mean, as happy to help if needed?)

Sorry to post on the closed, but would it be possible to distribute aarch64 linux on conda too (didn't think this was different enough to merit another issue)

Can't work out how to get this working with cargo wix atm unfortunately , can't seem to hardcode the path- this setup should just work with cargo dist https://github.com/axodotdev/cargo-dist .

Will try again possibly over the weekend (should be possible given cargo wix documentation, but can only really test in CI as no access to windows machine that I can...

The previous CI was setting `CARGO_PROFILE_OPT_LEVEL: ${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) && 's' || '0' }}` to try to set the opt level - this was incorrect and...

Is gix status at the point to be able to do this - I was looking at this but was finding it hard to match between libgit2 flat status iteration...