Bernd Amend
Bernd Amend
#550 was also fixed by #556
#527 was also fixed by #556
My personal opinion is that the project is currently only in maintenance mode. For my projects ChaiSript contains all the features I require, and I'm currently only interested in supporting...
I forgot to include a link to a project that uses the Linux sysfs interface for GPIOs for accessing the DHT22. Here is the missing link https://github.com/ondrej1024/foxg20/blob/master/dhtlib/dht_gpio.c The code has...
I briefly tested and measured two things. I compared the success rate of the kernel space implementation and the code from the last repository. Both failed at the same rate,...
The main reason, is that I currently see no way to fix it in a safe way without breaking the API. At the moment I settled for https://crates.io/crates/rppal and https://crates.io/crates/dht22_pi....
Your number is bigger than `Number.MAX_SAFE_INTEGER` and can therefore not be processed as a JavaScript number. You may need to have a look at the JavaScripts BigInt type and the...
I think this library behaves correctly, you see the precision loss of the float64 ⇒ float32 conversion. ```js > 59.48.toFixed(50) "59.47999999999999687361196265555918216705322265625000" > Math.fround(59.48).toFixed(50) "59.47999954223632812500000000000000000000000000000000" ```
I noticed that every setInterval/setTimeout has an additional delay of 1.5 ms on Archlinux. If I modify the code above to wait for 100 ms (or any other time) I...
I have the same issue, I'm unable to get the example (https://echarts.apache.org/handbook/en/get-started/#) working if I use esm. (I only see the tooltip) ```import * as echarts from 'https://esm.run/echarts';``` or ```https://cdn.jsdelivr.net/npm/[email protected]/dist/echarts.js```...