Nebojša Cvetković

Results 16 issues of Nebojša Cvetković

See https://github.com/NeuroJSON/bjdata/pull/6 for further information. Introduces a dedicated `B` marker for bytes. This is used as the strong type marker in optimized array format to encode binary data such that...

documentation
L
tests

Without `--no-fatal-warning` `dart analyze` returns an error code and causes the action to fail.

### Description Binary formats (BSON, CBOR, MessagePack, UBJSON/BJData) are creating broken outputs when `` values are included in arrays/objects. ### Reproduction steps https://godbolt.org/z/WEPP5WrYe ``` JSON array encoded: [,,,1] JSON array...

kind: bug
aspect: binary formats

The `late` modifier is [described](https://dart.dev/language/variables#late-variables) as having two use cases: - Declaring a non-nullable variable that's initialized after its declaration. - Lazily initializing a variable. I believe the latter should...

request

Many parts of the `esp-idf` project are located in Python packages that are installed at initial virtualenv setup using [idf_tools.py](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/tools/idf-tools.html#idf-tools-py-script): - idf-component-manager - esptool - esp-idf-kconfig - esp-idf-monitor - esp-idf-nvs-partition-gen...

Status: Reviewing

Not sure why this is missing or how it hasn't been noticed until now but this was preventing me from using `rsync -d` (or `-a/-r`) with `rrsync`. My client was...