Mateusz
Mateusz
https://www.sqlite.org/datatype3.html 3.1.1. Affinity Name Examples sqlite doesn't have DATE/DATETIME types, when you create such table everything just becomes NUMERIC. That issue do pop up wth sqlite so often: https://github.com/launchbadge/sqlx/issues/1982 https://github.com/launchbadge/sqlx/issues/1907
+1 from me too, I kind expect this to already work :/ My base table has data in about 0.1s refresh interval, on top of that I have 1s continuous...
@timostamm can I ask why the close? The original questions is not fixed, regrading proto2, not proto3.
Hi! I didn't yet look into HLS.js, I am using currently jmuxer.js with my own streamer: https://gitlab.com/dragonn/h264rcam It is a fresh project so not really polished yet, working on a...
I found about jmuxer.js here https://github.com/dans98/pi-h264-to-browser it worked quite well but used much more CPU (about ~18%) and sometimes did misfire frames (old frame jumps into feature). jmuxer.js is definitely...
@0xpr03 maybe using https://crates.io/crates/rjdebounce ? I used it outside notify in 5.0.0-pre3 and it works fine. I need 5.0.0 because I need to have an option to do things without...
> However, we would need a more elaborate simulation of TCP that takes the latency between two endpoints into account. This is necessary since `chmux` uses credits-based flow control, which...
Some recommendations for the buffer size? And as far I understand, for regular tcp port io_buffered is not recommend due network having the own buffers already?
Sure, my project is currently also in a "toy" state, just need to pull out some not need bits and will publish something probably around this weekend :)
https://github.com/dragonnn/tonic-cookie-test here is my quick test repo :) I am using rust as a backend but running it should be easy even if you never used rust, I prepared a...