Lavender Shannon
Lavender Shannon
I don't use the shortcut keys on pithos very much because I'm not usually focused on the window. However, sometimes I will think I'm focused in my browser window, then...
I was using this library and for some reason my serial port disconnected, (not the fault of this library). That caused this: https://github.com/nyholku/purejavacomm/blob/d3b6903ec2e220d63e55a06ae6bf6ced929d961e/src/purejavacomm/PureJavaSerialPort.java#L639 line to be ran and an IOException...
This is kind of a big ask, but I was wondering if you would consider splitting the code up so that annotations would get its own module, similar to the...
When something is annotated with `@JacksonInject`, if the `ObjectMapper` doesn't have injectable values set, it will fail with `Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No 'injectableValues' configured, cannot inject value with id []`....
We should replace the usage of Google Analytics with something more open, and also something that isn't designed to be used for web sites. We also have this to worry...
WIP because I'm waiting on graphiql to be updated. This is all of the changes for getting GraphiQL support. I also went out of my way to rework how we...
Hi, I'm currently embedding an SVG into a RestructuredText document using this code: ```restructuredtext .. image:: https://api.star-history.com/svg?repos=wildmountainfarms/solarthing&type=Date :target: https://star-history.com/#wildmountainfarms/solarthing :alt: Star History Chart ``` Putting this in my Sphinx documentation...
I'm running this on Linux. I can the below error only sometimes while running my program. It seems to immediately occur only once either the PoweredUpHub or PoweredUpRemote is visible...
Source ID and Fragment ID have been around a while. The general idea behind them is this: * Every SolarThing instance has a unique fragment ID. This helps distinguish a...
This issue serves to track the progress on creating a new GraphQL datasource for Grafana. For the longest time we've recommended the use of https://github.com/fifemon/graphql-datasource, but that has not been...