Chris Barnes

Results 285 comments of Chris Barnes

Usually in favour of using classes, so sure! It might need to be a little more complex than the above to handle "compartments" which aren't necessarily contiguous. You could build...

It's not impossible to have paths with newlines or which look like URLs, but they're pretty rare. As an aside, as there are lots of failure modes for this very...

Yes, it was a while ago that I added that so not surprised if the format as come on since then. As it is such a simple format, it also...

Should be easier to install with https://github.com/fwilliams/point-cloud-utils/pull/34 too.

Could pyqt5 be moved into an optional dependency? I regularly have installation issues with it on x86 too.

> 2. Install dependencies manually skipping pyqt5: `a long pip command` In case it's useful for anyone else, a cheat code for this which will stay up to date with...

If pyqt5 is only used as a vispy backend, should we just use a different backend? Both pyqt6 and pyside6 have macos-universal2 wheels for py3.6+.

Progress: on master, no backend is installed if you just `pip install navis` - so more people can get most of navis' functionality without issue. You still need a backend...

I think I'd want to reduce the use of globals where possible, as in a library would be harder to guarantee the config is done first. For example, using a...

I'll just throw ideas into this issue as I think of them - some of them may be subjective and/or overly nitpicky so feel free to ignore! Looking at the...