Andreas Poehlmann

Results 343 comments of Andreas Poehlmann

@andrewfulton9 could you still add me to pypi so I can do the rest of the setup from there? 🙏

Thanks Andrew! I'll switch to trusted publishing for the next release 😊

Hi @kevinjacobs-delfi, Thanks for reporting. This is a UPath bug, not an s3fs bug imho. Would you be willing to make a PR with a test and your suggested fix?...

A lot of the path parsing in `PurePathBase` depends on the correct behavior of `ParserBase.split`. I should write tests for all supported filesystems how split should behave.

This PR was replaced by #366

Hi @SJK-97 Can you check the usb product id of the HR6? If it differs from the SR6, you would have to follow what was done in this PR https://github.com/ap--/python-seabreeze/pull/230/...

Supported in `v2.10.0` via: ```python # pip install "seabreeze[pyseabreeze]>=2.10.0" import seabreeze seabreeze.use('pyseabreeze') from seabreeze.spectrometers import Spectrometer spec = Spectrometer.from_first_available() print(spec.intensities()) ```

Hi @positron96 Can you provide a minimal code example that causes the issue? Thanks, Andreas