Nebojša Cvetković

Results 22 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...

I'm working with a format that has internal references to other objects based on their object IDs: ```c++ // Simplified using ObjectId = u8; using ReferencedObjectId = u8; struct Object...

### Is your feature request related to a problem? Virtually every single "ESP32 firmware flashing guide" involves downloading a binary and `esptool.py write_flash`-ing to an arbitrary address - which as...

Type: Feature Request
Status: Opened

### Answers checklist. - [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [x] I have updated my IDF branch (master or...

Type: Bug
Status: Opened

### Answers checklist. - [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [x] I have updated my IDF branch (master or...

Status: Opened