-
This is probably a `LLVM` behavior that is affecting `rustc`.
The following snippet explicitly deals with arrays of 64 bytes and was extracted from a WebSocket procedure that unmasks frames received …
-
At the moment, we keep querying the node until the block with entropy has 6 confirmations. Then, we ask for the proof. In this way, the verifier receives an excess of data. Is there a better way to …
-
There should be `bytes` type to work with stuff like JSON
-
Why are you requiring to calculate hash of random bytes? What problem does it solve?
[https://github.com/SK-EID/smart-id-documentation#611-sending-authentication-request](https://github.com/SK-EID/sm…
-
It would seem that it will read until nothing left to be read. This will prevent `self.report()` from running, and other processes from getting a chance to work of queued items?
-
Hi,
I'm trying to run the demo sketch on a NodeMCU-32S with 4MB of RAM. However, when I try to compile, I get the following error:
```
Error: The program size (1485357 bytes) is greater than ma…
-
Hi, I'm working on a project that downloads an mp3 audio from web to an ESP32, encoded in base64, and play it.
At the moment I'm storing all data to a file, and then play it from SD Card.
Since th…
-
The dhall-lsp-server Parser is giving the following errors when using Bytes:
```
0x"00"
```
```
unexpected 'x'
expecting "→", "∧", "≡", "⩓", "⫽", --, ->, //, //\\, /\, :, ===, end of input, oper…
-
### Expected behaviour
In my game i download liveupdate with http.request.
But in defold 1.9.4 my download progress bar is always so 0.
Same for 1.9.5 beta.
The problem is that in chrome…
-
## Page
https://docs.soliditylang.org/en/latest/abi-spec.html#examples
## Abstract
Encoding process of bytes and string is confusing(wrong). In the first example function `bar(bytes3[2] memory)`,…