boggyb

Results 9 issues of boggyb

In function `check_sec_hdr_cb` variable `failed_count` is incremented irrespective of return code from `format_sector`. For new partitions `failed_count` gets incremented for all sectors https://github.com/armink/FlashDB/blob/0b5ac0039b5c6dfb834ca8a5b958dd1a79a6bb5a/src/fdb_kvdb.c#L1432-L1448 In function `_fdb_kv_load` condition `check_failed_count == SECTOR_NUM`...

function ** avro_serialization_test** is not at all [efficient](https://github.com/thekvs/cpp-serializers/blob/master/benchmark.cpp#L391). As can be seen, for every encode / decode new resources are initialised, not an optimal technique. Also the the default **avro::InputStream**...

I see no point to keep the sockets alive after freeing up its context Here are the changes I made to [src/socket.c](https://github.com/uNetworking/uSockets/blob/37b5058/src/socket.c#L99) [src/context.c](https://github.com/uNetworking/uSockets/blob/37b5058/src/context.c#L133) ``` diff diff --git a/src/context.c b/src/context.c index...

enhancement

Multi task environment for simple applications like beacon/eddystone is kind of overkill and increases ROM/RAM requirements. Also porting the lib to some new OS becomes challenging when time is scarce....

There is real need to have a pluggable/open wifi host and wpa supplicant to run different tcpip stacks in BL wifi chips. The sdk from [Ai-Thinker](https://github.com/Ai-Thinker-Open/aithinker_dev_open_sdk/tree/master/os/bl616_sdk_lts/sdk/bouffalo_sdk/components/wireless/wifi6) is close to what...

Doesn't happen in release build, because the assert thing is conditional. I think this can have some consequences Ran node2browser, here's the log `(Module.cc:102): WebrtcModuleInit (Global.cc:38): WebRTC::Global::Init (Platform.cc:45): WebRTC::Platform::Init (PeerConnection.cc:38):...

Could not find source code for the firmwares published in the latest release, is it supposed to be a binary only distribution?

I have this code ~~~ NeoSerial.begin(115200); NeoSerial1.begin(115200); ~~~ The compiler says ~~~ 'NeoSerial' was not declared in this scope ~~~ Is it not possible to use usb serial with this...

- The graphs on mouse hover show rounded values as shown in the attached image. Ideally, they can reflect precise values as the graph already appears very smooth and also...