-
Below is the code for the my app.yaml and automations used to integrate my Sunsynk 8.8Kw ECCO inverter, hopefully it helps others. Thanks to @springfall2008 for the code modifications along the way.
…
tmh88 updated
2 weeks ago
-
Hello!
It's my first time using node2nix. I've made a blank react app by calling `npx create-react-app my-app`.
I then called `node2nix` and `nix-build -A package` which failed with the following…
-
Since #28946, in particular commit ab49f228ad6f37ba78be66b34aa5fee740245f57, the `Encrypt()` and `Decrypt()` functions in the `crypto/ecies` require the public keys to implement the `crypto.EllipticC…
-
Based on #55.
Feat. some code ideas by @nem0 and @jarikomppa
Thanks everybody!
![gif](https://cloud.githubusercontent.com/assets/878187/17833850/e1d487ee-6729-11e6-8c40-b2984d660c60.gif)
``` c++
// …
-
I am trying to build uniffy project from tag `0.4.1,` but running the build command gives the following error output.
````
➜ uniffi cargo build --release
Updating crates.io index
Updati…
-
env:
Mac M1
```
➜ silius git:(c3f7e44) ✗ rustc --version
rustc 1.70.0 (90c541806 2023-05-31) (built from a source tarball)
```
stable-aarch64-apple-darwin (default) (override)
nightly-20…
-
On ESP32-S3 with an attenuation of 11dB, the readings saturate at about 1.5V. I have a correcttly working project for the same board using the IDF with C. In this project, the resolution is set to 12-…
-
Given we are in regular discussions with UXD and PM about UI changes for v2, it would probably be beneficial (and, often, faster than mockups) to have a live visual directory of our components and scr…
-
__Steps to reproduce:__
1. `SELECT "diskBytes" FROM "shard" WHERE "database"='_internal'`
2. Note, I have started with a brand new database, and as such there is only a single /wal/ and /data/ direc…
tjb36 updated
11 months ago
-
When drawing svg it is often the case that we want to draw smooth lines using Bezier curves. It would really be handy with a function to convert a polyline to a list of Bezier curves that are connect…