sgmoore
sgmoore
[docker-compose.zip](https://github.com/MiguelNdeCarvalho/speedtest-exporter/files/9546058/docker-compose.zip) Attached is my current docker-compose.yml file The speedtest service block is ``` speedtest: tty: true stdin_open: true expose: - 9798 ports: - 9798:9798 image: miguelndecarvalho/speedtest-exporter restart: always networks: -...
With the latest version of LinqPad 7 you can use` Util.ToExpando(list, includePrivate:true).Dump();` to display the private properties,  _If you can't use Linqpad 7, the code is available at [https://www.linqpad.net/ToExpando.txt](https://www.linqpad.net/ToExpando.txt)_...
Same happens here. I think this is a case-sensitivity issue. It is comparing the contents of https://raw.githubusercontent.com/yermak/AudioBookConverter/version/windows.txt which is **AudiobookConverter-6.2.10** but the program version is actually **AudioBookConverter-6.2.10**
I had a chance to look at this further. It seems that the zip_stat structure in libzip has changed considerably since version 0.9 on which libzip_all.c was based. Since the...
> Hi Any idea why i am getting this error Nothing stands out What version are you running? Does your event log show any more details or any previous errors?...
The only way I can see this error occurring was if you were using NightScout and either there are absolutely no records in your NightScout database or there is something...
I think I see the problem now as your result is missing the dateString field which GlucoseTray is using. It appears the Tomato app does not send this to Nightscout...
This should be released now. Can you check that the time is reported accurately especially regarding your time-zone. For example, double click on the tray icon and it should display...
Could you try the previous release (and with that version make sure you enter the URL without a trailing backspace). If that works, there may be a problem with the...
Apologies. The first error you were getting was my fault and it appears that my nightscout website was not setup to require any accesstoken, so I did not spot the...