Matthew Sainsbury

Results 19 comments of Matthew Sainsbury

I had the same question. Looking at the code, I think you can set SENSOR_TEST to true in `arduino/splitflap/Splitflap/config.h` and upload to the device using platformio and the chainlink env....

Since there has been no update on pull request #297 from the submitter, I opened a new one, #453 to try and get this fixed.

I discovered that this error is coming from running cmake on raylib, here: https://github.com/raysan5/raylib/blob/4d8b9e595a62e094b840a15efc1d7710128aa1f4/src/external/glfw/CMakeLists.txt#L159 I think this implies that the cmake script in this package isn't finding my raylib install...

I read https://github.com/raysan5/raylib/issues/813 and it looks like I might be missing a cmake library that was supposed to be copied to my system during `make install` of raylib. I'm not...

I think the current analogue to this code is here: https://github.com/open-telemetry/opentelemetry-collector/blob/e07665cacabfdf6769f2c01576abde9786d0160b/service/collector.go#L201-L203 It's no longer run as part of a go routine and does not pass the error to a channel....

I am having this problem too, after updating to 2023.1.4. restarting hass works, but not reliably. It can also take less than 20 minutes to become unavailable again after a...

Hello, I am interested in helping on this initiative, specifically exporting internal spans. Please let me know what I can do. For my own testing, I have been writing a...

I think it would be worth adding a new issue here, for being able to turn off the existing telemetry metrics prometheus endpoint. Because even if you use the new...

is there anything I can do to help?

I'm working on this issue. I've noticed that a lot of code in contrib defines different timeout values, and a lot of the values are the same across packages, so...