Adam J. Stewart

Results 1289 comments of Adam J. Stewart

Does pybind11 have mypy-compatible type hints? That was another problem I encountered with the current ctypes code.

Yes, manual type hints are fine. It's just that with ctypes, it didn't seem to be possible to use manual type hints. Mypy forbids assignment of methods to override other...

Unfortunately I'm not sure where this problem arises from. This likely relates to https://github.com/Toblerity/rtree/pull/197#discussion_r771866353.

I'm running into this bug in many other unexpected places. I think part of my confusion stems from the fact that `bounds` and `bbox` are apparently not the same thing?...

Good to know, we were using `interleaved=True` in TorchGeo because it's kind of nice for 3D rtrees but if it's discouraged and known to be buggy we'll prob switch to...

As far as I'm concerned, rtree is still 0.X, so you can keep changing the API and breaking backwards compatibility until a stable 1.0 release is out.

> 1. Try without colorscheme The "default" colorscheme does not have this issue. Of the builtin colorschemes, only "darkblue", "evening", "industry", "morning", "murphy", and "torte" have this problem. > 2....

> One more thing to try, if you have a recent Vim build: > Start Vim with "--log startuplog" and see if you can spot anything in > the log...

> moving your shell's configuration files away (e.g., ~/.zshrc if you are using ZSH). Deleted my `.bashrc` (I'm using bash 5.1.8) but I still see the same issue. > use...

I also tried Vim 8.2.2541 and 8.2.5054 built from source and observed the same issue. I didn't see the same issue with the system Vim on macOS 10.15.7 (x86_64). I'll...