Sean Leavey
Sean Leavey
## Expected behavior and actual behavior. The [geo interface documentation](https://gist.github.com/sgillies/2217756#__geo_interface__) says that `properties` is optional, yet it appears to be required by `Fiona`. ## Steps to reproduce the problem. If...
If there is an uncaught exception in a cell, there appears to be no information as to the real file line location where the error occurred: ``` Extension error: Cell...
I have a cell that emits a log warning, which the default log handler then directs to stderr. This gives a warning in Sphinx during the build: ``` WARNING: Cell...
The `:hideoutput:` flag hides both plots and script outputs. It would be nice to be able to hide only script outputs but not plots, or vice-versa. Some typical plot commands...
In [src.ino](https://github.com/openenergymonitor/emonpi/blob/24dee5dd0ed66a6f366b11d1dd90a0bde74fb6fc/firmware/src/src.ino#L232), the variable `now` is set to the result of `millis()`. The [Arduino documentation for this function](https://www.arduino.cc/reference/en/language/functions/time/millis/) states: This number will overflow (go back to zero), after approximately 50...
I know the README states that `auditwheel` is intended to handle only dependencies linked at compile time, not those loaded via e.g. `dlopen`, but `setuptools` supports a [`runtime_library_dirs`](https://setuptools.pypa.io/en/latest/deprecated/distutils/setupscript.html?highlight=runtime_library_dirs#library-options) argument to...
Great work on this - I got it up and running following the instructions without issue. However, when I fired up `nextcloud.local` in my browser I found I lacked the...
Great work on this! This seems to work pretty well for solving mode matching problems in optics, which is a very much non-convex (hence the name?) problem. I have one...
[This line](https://github.com/openenergymonitor/emonhub/blob/fc60e98180cf14e36203ae68c54e296114638fc2/src/interfacers/EmonHubEmoncmsHTTPInterfacer.py#L30) in the source code for the `EmonHubEmoncmsHTTPInterfacer`... ```python # set an absolute upper limit for number of items to process per post self._item_limit = 250 ``` ...stops the...
I had a weird issue with my TJCTM24028-SPI (cheap eBay touch screen + TFT) and this library. When touching the lower 25% of the screen, the XPTPaint program worked ok,...