Fredrick
Fredrick
> I had the same, you need: `sudo apt-get install build-essential` See this full section: https://github.com/ReSearchITEng/RPi_matrix_16_keypad/blob/master/README.md#common-installation-section fixed it for me on DietPi RPi ARMv6 Bullseye, install guide needs updating, cheers
~~Less secure apps workaround breaks when you enable 2factor on your google account (can't have one on without disabling the other)~~ ~~Any chance this issue could get more attention?~~ Fixed...
So I got it to work, my issue was modifying the volume to be - `/home/derfoh/data/app-db:/var/www/data` `root@virt-ubuntu-3:/# find . -name app-db` This leads to another question: where does grocy save...
~~That would be a great feature for future releases. I personally would like to see less offensive words on my server the gears in my head are turnin~~ Upon reading...
:+1: I would really like to see this! Looks like there's already an NPM module that may be leveraged https://www.npmjs.com/package/steam-groups
At what point do you buy a new domain? It sounds like @nxPublic is having the worst experience imaginable with their host.
~~Same here, I have no idea how your tables are set up.~~ See #8 :+1:
Update: I think I reverse engineered the schema, the following should net you a usable db, PR coming soon :smile: : `create database farm;` `use farm;` `create table pandas (ID...
Adding the ability to configure custom perf counter queries is something I'm very interested in doing as well. My devs write custom perf counters that are pretty much a royal...
> Any PerfData custom metrics can be implement now, without having the hard requirement of implement collector of each single subsystem. Seems this might resolve #1414 as well