Clint Frederickson
Clint Frederickson
Is this related to your issue? https://github.com/rust-embedded/cross/issues/229
Thanks for the quick response. Yes. At the top of my file I call: ``` python capnp.remove_event_loop() capnp.create_event_loop(threaded=True) ``` I don't think I'm creating a thread per call... The code...
oops, accidentally closed the issue. reopening!
Anyone have any idea how to start debugging this? I'm willing to do some legwork, but I am somewhat new to Python and have only a cursory knowledge of how...
Jason -- Thanks for the response and the second look. We were also able to see a memory leak doing simple fromBytes calls, but I was unable to reproduce this...
@stepancheg does this mean that`protobuf-codegen-pure` on `master` should support usage of `Timestamp` after `import "google/protobuf/timestamp.proto";`? I'm probably doing something wrong, but I couldn't get it to work. ``` thread 'main'...
@yshahin I can confirm that this does work without much effort in 2.17 with `protobuf-codegen-pure` (it started working a couple releases ago). If you are using something older you have...
/cc @coltfred
I recently started seeing the same behavior on Firefox 122.0 (64-bit) - Linux. I set the time to 1 minute, the timer on all tabs count down to about 0:55,...
A PR exists to do this: https://github.com/Rahix/shared-bus/pull/55 It's been sitting un-merged for quite some time, however.