Luiz Vitor Martinez Cardoso

Results 31 issues of Luiz Vitor Martinez Cardoso

## t.c ``` #include #include int main(int argc, char *argv[]) { struct timex txc = {}; int ret = adjtimex(&txc); fprintf(stdout, "adjtimex, ret=%d, STA_UNSYNC=%d, TIME_OK=%d, TIME_ERROR=%d\n", ret, (txc.status & STA_UNSYNC),...

@armink Thank you so much for FlashDB, lovely piece of C code! I was doing some experiments today and have one question about **tsdb** and deletion. Could you please help...

@AlexanderPro Is it possible to select one UI widget and receive data as more data is available (as a stream)?

I have been experiencing some issues when the Internet state changes (with connectivity to without connectivity)... apparently the client doesn't reconnect to server. A single restart on any side recovers...

I tried to use multiple (new Postmate) instances but sometimes I'm getting a `Handshake Reply Failed` error message. Does postmate supports multiple instances / multiple iframes? Is there any way...

When I got to this project I remembered about this one: https://github.com/armink/FlashDB Maybe rename to avoid confusions?

@schollz, why not seen hotspots are set to 0? https://github.com/schollz/find3/blob/master/server/ai/src/learn.py#L208 *P=0 dBm => P=1 mW*: the transmitter is very near the receptor (~ lossless). *P=-100 dBm => P=0.000000001 mW*: the...

First of all, thank you so much for CoAP protocol and implementation. I didn't know anything about CoAP since 3 days ago, so I'm still reading the code base and...

question

## macOS Big Sur 11.5 (20G71) ``` (base) lvmc@Luizs-MacBook-Pro build % sw_vers ProductName: macOS ProductVersion: 11.5 BuildVersion: 20G71 ``` ``` (base) lvmc@Luizs-MacBook-Pro build % mkdir build; cd build (base) lvmc@Luizs-MacBook-Pro...

commit f9ae56e0180d4fc6c5db323964fab52b52f29eac ``` ./build/nanomq/nanomq broker start -tq_thread 8 -max_tq_thread 8 -parallel 1 -msq_len 32 -url tcp://127.0.0.1:1883 ``` ``` mosquitto_sub -h 127.0.0.1 -t 'banana' ``` ``` time $(for i in {1..1000};...

bug