Andras Lipoth

Results 6 comments of Andras Lipoth

sorry @t0b3 you should ask the repo owner, I just liked the country code solution

btw your PR works on bullseye (except DNS via AP), but I had to manually apt install iptables

Judging from how a simple PR ( #172 ) not getting merged in 2 years I would say this project is abandoned.

I am also having problems posting data to the 30-day trial account. I have generated an API key on grafana.com under Security / API keys. Using the https://lipi.hosted-metrics.grafana.net/metrics URL I...

I updated my previous comment with correct URL (lipi.grafana.net) and logged a ticket at grafana.com (ticket #15914).

I had the same issue but adding the define ***after*** the include worked: ``` #include #include // #define STB_IMAGE_IMPLEMENTATION -- doesn't work #include #define STB_IMAGE_IMPLEMENTATION // works ```