Rob Fowler
Rob Fowler
I used ``` #if ENABLED(USE_CONTROLLER_FAN) #define CONTROLLER_FAN_PIN PC8 // PB15 ``` Based on the PCB 3.0.1 screen print above and I seem to have a 'whole system' fan as fan...
Yes, this is what I did already: ``` Optional('max_invoices_to_process', default=None): Use(lambda vv: g.zk.get('max_invoices_to_process', 0) if not vv else int(vv))) ``` Works but is not as literal. I like my schema...
OK, if you are interested I'll add the code and send you a pull request in the next few days. :)
No, seems you need to call begin() again. ``` unsigned long lastInvokeTime = 0; const unsigned long dayMillis = 24UL * 60 * 60 * 1000; // Milliseconds in a...
I have seen a second or so over time time. I don't know but it is just the 'vibe' to me.
Can you please update the README on the front page? I just spent quite a long time setting this up and working through it only to discover it does not...
Are there any know ways to have a task timeout work? Considering that dask and ray runners do not work I tried to run a task in asyncio.create_task and then...
Is there a way I can cancel all the prefect managed threads when my forked process exits as a workaround? It seems a hack, but something like "I am not...
My trouble is I am using a lot of third party libraries. I assume one of them (paramiko, docker), is doing a fork. I don't have any mention of fork...
i have a jetson nano and I was thinking of trying this. Did you ever get the native nvida acceleration running?