-
We would benefit from implementing `Zeroize` on the sensitive values in the Credential Exchange format.
-
Have anyone tried to get this working with an ESP32? In my case I have several ESP32-S3-Zero (https://www.waveshare.com/wiki/ESP32-S3-Zero) and trying to replace Wemos D1 Mini with those, but I am hav…
-
Ratings is always zero.
-
## Description
The game produces a ton of compiler warnings when built right now:
![image](https://github.com/user-attachments/assets/05947e30-d0d9-49d8-b0f1-21d7bffd7b2f)
This has gradually pi…
-
### Problem Statement
In the current design, the primary maintains a replication buffer to record mutation commands for syncing the replicas. This replication buffer is implemented as a linked list o…
-
Optimising zero checks is important, because these often result in an entirely new column being created. Example:
```
(if-zero X Y Z)
```
Gets broken down into:
```
(1 - (~ X)) * Y
X * Z
…
-
We're trying to figure out which (if any) "zero code" configuration is supported by the JS library and available information seems very confusing. For example, there are [pages ](https://opentelemetr…
-
## Setting
I am designing a crate which performs numerical calculations but abstracts over the underlying types in question such that it can be used with static, dynamic, Vectors, Matrices, etc. A ty…
-
Hello,
Thanks for great effort first of all. We have 12 cells battery pack. We getting 6 cell value correctly but last 8 has 0 value.
Is it related with rx fifo or a little bug?
-
Hi, this might be a rare scenario but in our usage we occasionally have events with the same start and end time. When rendered it seems they overlap even if `slotEventOverlap` is set to `false`.
He…