Eric T. Johnson

Results 32 comments of Eric T. Johnson

The direct cause for this is the last line of `numpy/__init__.pyi` (https://github.com/numpy/numpy/blob/25bcff17a58e942fbeaaba65902157b0f070376a/numpy/__init__.pyi#L4408), which uses features from python 3.8 (namely, positional-only parameters): ``` def from_dlpack(obj: _SupportsDLPack[None], /) -> NDArray[Any]: ... ```...

Yes, applying that fix to v0.18.1 works. I was only able to reproduce it on master if I reverted #1870. Simple repro example: ``` $ cat module.pyi def foo(a: int,...

This doesn't work for me on Fedora 34 (using ps from procps-ng 3.3.17), but passing `-a` to ps fixes it. Without that, it seems to just list all the processes...

One of the considerations is that cppcheck uses a compilation database to pick up the right options and files. It might be possible to do something with `make print-CXXFLAGS` etc...

I can reproduce this on Linux with the current main branch at 68a6b42caf224b2ca2c172d58daf9faf5c86beb9. The culprit is the chpwd hook set for `@zinit-scheduler`, which ends up adding a new sched chain...

I'm fine with removing the indexing change for now, but the transfer limit fix is pretty important for precise fluid movement (I originally found it when trying to automate a...

I just rebased and updated the PR description to reflect just the indexing change. Thanks for the maintenance you are doing, however minimal it may be :smiley:

Adding an [EditorConfig](https://editorconfig.org/) file would be good too.

I'm fine with rebasing mine.

Looks like the branch got mixed up with https://github.com/yt-project/yt/pull/4848. Also, I don't think the `yt.frontends.boxlib.test` module should raise a deprecation warning: when I was running pytest locally, it raised the...