Maximilian Roos

Results 288 issues of Maximilian Roos

## Summary - Replace mypy with ty for type checking - Fix all type errors to pass `ty check` - Update CI workflow to run `ty check` instead of `mypy`...

it seems like the pre-commit hook uses whichever version is installed, rather than locking the version to the pre-commit version, is that correct? here's a full description, written with the...

### Is your feature request related to a problem? I'm trying to use `xindex` more. Currently, trying to select values using coordinates that haven't been explicitly indexed via `set_xindex()` raises:...

topic-indexing
enhancement

## Summary - Fixes #10704 - `assert_equal` with `check_dim_order=False` now works correctly for Datasets containing variables with different dimension orders ## The Bug When comparing Datasets with `check_dim_order=False`, the comparison...

topic-testing

for https://github.com/mitsuhiko/insta/issues/353 I think it's somewhat useful. It doesn't allow reading from a different function. As a downside: it adds to the API surface... From Claude (which also helped with...

Pass args to nextest _and_ test binary with two `--` — every after the first `--` goes to nextest, and nextest passes everything after the second `--` to the test...

Thanks for the excellent tool! I'm a huge fan. One system I use `git-trim` on has an incompatible version of `libc`. Many of the rust libraries I use supply a...

I'm starting to use more temporary worktrees, but unfortunately `git-trim` won't remove them when merged: ``` te [merged non-tracking, but: worktree at /Users/maximilian/workspace/xarray/.worktrees/te] ``` I'd definitely use an option to...