Andreas Poehlmann

Results 343 comments of Andreas Poehlmann

Hello @jjcamus In your description you state that you've installed python-seabreeze from the provided wheels on your rasbian installation, but the traceback suggests you're running from an editable install? Also:...

started extracting: www.github.com/ap--/seabreeze-c-backend

Hi @bensoloway That means, cseabreeze currently has no support for the HR2000ES+ firmware feature. If you're interested in adding support for this, let me know. I can probably provide some...

Thanks for the report @lukasii ! I created a new issue, because now it's multiprocessing related. Please try moving the slide instantiation to a method that you call from `worker_init_fn`...

Hi @lukasii Great! I'm happy that it works for you now. ❤️ I'd have to investigate why exactly it doesn't work in the example you provided, but it could be...

Thanks for the quick response! Regarding maintainability, I would prefer if the method signatures would agree with `AbstractFileSystem`. For example, enforcing #1104 (where possible) would make downstream development easier. Regarding...

Thank you @fleming79 for the proposed implementations. I'll try them out shortly, when I find some more time. I've been collecting more test cases for `_strip_protocol` (still need to do...

Performance comparison on windows python==3.11, shows that the `2023.3.1` implementation is the fastest and the implementation in this PR is significantly worse. I'll update this benchmark once I test the...

Hello @martindurant and @fleming79 I found some time to continue with this PR, and it would be great to get your feedback. _NOTE: the failing tests seem to be ~unrelated,...

Note: the failing CI runs seem to be caused by a new git release? https://github.com/pypa/setuptools_scm/issues/1038