Dinei A. Rockenbach
Dinei A. Rockenbach
I ran into the same error using [GAM](https://git.io/gam) behind a corporate proxy which uses self-signed CA on all TLS/SSL connections. Tried @gertvdijk 's suggestions, still the same issue, can't explain...
Seems to be true @gertvdijk, I just get through the error using the `disable_ssl_certificate_validation` option of httplib2 (see [jay0lee/GAM/#676](https://github.com/jay0lee/GAM/issues/676) for more info). It is not the best solution to ignore...
@MaksTinyWorkshop, I read your message using Google Translator and I would recommend posting in English here, because most issues are answered by the community, not by @XavierBerger himself. Besides this,...
@hdecoded, please check [my comment](https://github.com/XavierBerger/RPi-Monitor/issues/250#issuecomment-820438037) with a solution to this problem: > Using `dynamic.1.postprocess=$1/1000` according to @licaon-kter's [suggestion](https://github.com/XavierBerger/RPi-Monitor/issues/250#issuecomment-453717615) causes the temperature to display three-digit numbers and sometimes overflow the gauge...
Hi @lustyffh, do you have logging activated in `daemon.conf` (`daemon.loglevel`)? The default logfile is `/var/log/rpimonitor.log`, and the first few lines should give a hint if there is any logs being...
~Reverting to v1.0.0 of the Language Support for Java(TM) by Red Hat extension solved the problem.~ ~One can do this by opening the extension page, click on the little arrow...
Reinstalled the entire VS Code erasing the config and workspace settings, still same error. Updated the maven projects and installed the dependencies in the local repository and the extension started...
Regarding the decoder, sha256 is a (one-way) [hash function](https://en.wikipedia.org/wiki/Hash_function), not an [encoding](https://en.wikipedia.org/wiki/Binary-to-text_encoding) like Base64. Therefore, there is no such thing as a "sha256 decoder". Various websites try to decrypt a...
Hello @veler! First of all, thanks for your work. I am eagerly waiting for DevToys 2.0 release! I've just cloned the repositories of DevToys and DevToys.Tools and built them on...