-
When using the decoder to debug the restarts I get using the ESP8266Audio Library, I get this:
```
Decoding stack results
0x40208278: AudioFileSourceHTTPStream::readInternal(void*, unsigned int…
-
Any map on when VVC support will be added?
I know it's not a popular codec and will probably be dead on arrival, but it's still good to have support-wise.
It's already been incorporated into a few…
-
When I use afl-fuzz natively with afl-gcc and afl-fuzz, I get for an example program 2000 executions per second.
When I use ptfuzzer for the the same program and seed input files (but of couse comp…
-
_Please extend your documentation by the tipp that the current project only compiles up to version 1.0.5 of the "ESP32 by Espressif Systems" in the boards manager in Arduino._
Thanks.
with version…
-
I tried this code:
```rust
//! Tools for encoding and decoding instructions into and from an intuitive structure.
//!
//! ERROR HAPPENS ON THIS LINE??: The instruction encoding and decoding…
x4exr updated
4 months ago
-
This library has a serious bug, see #244. The short story is: A global change in the error handling of unicode decoding breaks Pythons MIME code and potentially other things. See the comments in issue…
-
I'm getting messages over LoRa and sending to HTTPS server over WiFi.
All works except once in a few hours (quite randomly) board crashes. I tried with ESP32 v 1.0.2 and 1.0.3.
I suspect that issu…
-
-
Hi,
I'm implementing a CDC use-case and found your library which is pretty cool (thanks for this 🙂).
Reading #17 + some Debezium posts saying they deprecated wal2json usage for pgoutput; I came …
-
**Describe the bug**
I've encountered some API which sends int64 values in and out unquoted in JSON.
Current JSON codec is incapable of encoding or decoding that data. It reads these values as …