Caio Hamamura
Caio Hamamura
Could we add in the guidelines to also include MacOS brew support? The package names from there are really straightforward: ``` brew install gdal brew install gsl brew install hdf5...
Even though I already made sure that I submitted the `configure.ac` with LF only line endings (by `git ls-files --eol`, see attached image) this will still be converted due to...
Hello, I would like to report that in some distributions the naming for the include directory is not consistent with what I get from `pkg-config --cflags libgeotiff`. I am using...
- [X] This PR is for the `dev` branch rather than for the `release` branch. - [X] This PR is compliant with the [other contributing guidelines](/CONTRIBUTING.md) as well. - [X]...
### Expected behavior `CONVERT_T` should be broadcast for parasite powered sensors too (use a single delay ~750ms). ### Actual behavior Currently for parasite mode the readings are done one by...
Whenever the sqlachemy tries to use set_isolation_level without it being defined it will cast `object has no attribute 'set_isolation_level'` instead of gracefully handling the error by explicitly raising `NotImplementedError`