ninja

Results 114 comments of ninja

I do yes, but it's not compatible with platformio without using a fork. ``` platform = https://github.com/tasmota/platform-espressif32.git#Arduino/IDF5 framework = arduino espidf ```

+1, but it doesn't seem reproducable on the same tracks all the time. For example, I tried your track and it plays just fine

VirtualThreadCoroutineDispatcher is an interesting implementation, but I am afraid there's a major flaw in the logic. Dispatcher API is used only for running _blocking parts of the code_. By using...

I did hit this edge case in one of my projects and it was difficult to debug based on just thread and coroutine dumps. Some coroutines were just stuck in...

I finally found a working hack here: https://github.com/CadQuery/cadquery/issues/884#issuecomment-918121609 is there possibly a way to do this with the fluent api?

As I mentioned earlier - since this is a hack anyway please read from ChannelStore

@LongLiveCHIEF from my experience you should be pretty stable with ChannelStore for now. As you remember I started coding slack-style integration api(the client sending setUnreadCounts etc. to the desktop wrapper)...

@LongLiveCHEF that's ok with me. I'd help mostly with organization of work and roadmaps at this point.