Phil Duby
Phil Duby
Here is a version of my test code that runs on micropython as well, that has the same output as circuitpython. Needed to adjust the traceback reporting. ```python # bug_test_subclass_super.py...
That should work for 99+% of the cases. I worked on a part where it might cause issues, without keeping an override to specify where the terminal is. A board...
Since you brought up "type", I will add that it is being inappropriately "overloaded" in breadboard view. That is also used to limit when a dragged connector will or will...
Backward compatibility should not be an issue. If none of the new fields exist, default to whatever would get the current functionality. That is a male connector can be dragged...
> @vanepp I am not arguing we should remove the numbers, but rather would like to see the numbers be consistent in a connection. I find it very annoying to...
This thread is bouncing back and forth between policy / documentation for creating parts using the current code, and changes to the code to allow creating better parts. Having a...
Same issue on fedora 33 as of a couple of kernel updates back. It still works on a machine that has not been updated yet (5.12.9-200.fc33.x86_64). On updated system, fixed...
Stubs are part of blinka ? I don't think stubs are enough depending which scenario is in play. Not to be able to add debug code to the actual library...
As noted in my initial issue report, my preference would be not use any rounding for a clock display. So ```javascript var x = Math.floor(h * 3600); … var ss...
I browsed that. With the scenario I am working with, the details are a bit different, but the basic logic looks similar to prototype code I used along the way....