Ivan Dubrov
Ivan Dubrov
That's what we do. We have our our custom trait to express structured info about an error (location where validation error happened, code of an error, etc), which allows for...
I think, pg_allocator feature is perhaps unsound. Here is an example that demonstrates the issue which I was talking about (after your talk): ```rust use pg_extern_attr::pg_extern; use pg_extend::pg_magic; use std::sync::Mutex;...
Regarding: >Projects that run into problems of the "too much is cached" nature I'd imagine could then do the investigation to figure out what features are turned on where, and...
>Not sure if GPIO29_ADC being an ADC port will cause an issue or not. Oh yes, it will. ~~Apparently, GPIO29 is used internally by RP2040 to measure VSYS, and connecting...
> could you please go into more details please. The key moment here is that you cannot use 5V supply for the sensor if you want to use SERVOS (GPIO29)...
> Do you used GND from the E0-Stop? Because I did this now (GND, 5V, GPIO16 from E0-Stop) and GPIO22 from PROBE. Switch is working Encoder not. Yes, that's what...
>Switch is working fine. I see the red light when no filament is loaded and in Klipper it shows as "Empty". Encoder light is blue blinking when filament is pushed...
>I measure around 3.5V between GND and the switch pin and around 4.5V between GND and the encoder pin. That is still more than 3.3V. I guess, that red LED...
I second that.
Do you think this would be a reasonable way to reduce compilation times for large maps (and help IDE by not showing it gigantic source file)?