Joe Marshall
Joe Marshall
@kou any chance we could merge this - it's needed for #37822
@kou - I couldn't quite get rid of `process_task_`, because it is used as a flag to detect finishing of data in various ways, and keeping it in makes it...
And did the same in sorted merge. There are some weird errors in python asof join on some platforms (e.g. mac ), which seem to happen in the main build...
@westonpace done that fix above now
It does feel to me also that for use cases beyond the obvious uses (e.g. waiting for async fetch) there are likely to be other cases where people want to...
I just came across this too - I'm running a badger 2040w as a control panel for something. I really just needed an rpi2040 with any screen that is easy...
I think the only advantage to having a separate package to this (as opposed to it being in data_files of arrow) is that it is possible other packages will also...
This is a urllib3 warning. Requests will in theory work fine as long as you have a package that implements xmlhttprequest loaded, but you won't be able to stream data,...
Hey, I'm currently snowed under with teaching, but check out: https://joemarshall.github.io/websensors/ for an example of how I'm using it. Source code link at the bottom of each page. The useful...
About pdb, right now we use a c trace function to do resuming and interrupts, and I don't do anything clever with any existing trace functions so I suspect bad...