Matthias

Results 18 comments of Matthias

I'd like to see this, too. That's the only thing missing for a perfect touch pad experience. In case you need testers let me know.

0.8 does not show up in the Grafana repositories despite there being a changelog. Not sure if related though.

Thanks for the feedback. Can we help in any way?

You can tag specific commits to backfill them: `git tag -a -m ""` so e.g. `git tag -a 0.8 7764f9c -m "Release 0.8"` You can then push them with: `git...

I'll try tomorrow and close it if everything's working. Thank you for merging.

Waiting on #11 to verify. Making the modifications from #10 directly in the compiled version yields the expected results though, so I'm optimistic.

I would but sadly I don't know anything about developing Grafana plugins or TypeScript :( I'm sorry.

I'm always interested in learning :)

I've since given up on the issue but I was able to figure out it has something to do with SQL Server storing the UUID in little or big endian....

For anyone struggling with this, I had to fix two things: First: Even though the dependencies were installed as root and as pi user, I only got it working after...