Jamal Bouajjaj
Jamal Bouajjaj
There is a bug where if a resistor value is just `R`, an `OverflowError` is raised by `power = math.floor(res.log10()) - 1` and crashes the application. The reason is because...
This PR adds a 5-color code bands and a zero/short band to the existing horizontal through-hole resistor models. The 5-color bands or the zero band is displayed by my fork...
Kind of related to https://github.com/yaqwsx/PcbDraw/issues/66, and the change will ultimately need to be done in pcbdraw, but I am creating this Issue here as it relates to this repository. Instead...
This PR adds an SOIC package drawing generator as well as several SOIC Packages Example of one:  This of course still a WIP. I want to do the following...
This PR adds a script to generate several vertical electrolytic capacitors. The bellow drawing shows some of the already generated ones:  I marked this PR as a draft as...
This PR adds some SOT and TO drawings, which currently are: - TO-220-3_Horizonatal_TabDown - SOT-223-3_TabPin2 I plan on adding more, thus why this is still a WIP PR. Will also...
Hello, I am not familiar with php, so let me know if you need more information on my instance, or how to get a better traceback (php doesn't make that...
This PR adds native KDE support for window/app switching, which is mostly because of Wayland. But it should also work on X11 with KDE TODO: - [x] Add a closing...
This Issue is to discuss a potential feature: Having an option to have an iron go into "Lockdown Mode" where the temperature and settings are set, and can only be...
### Describe the problem When `-fdiagnostics-color=always` is added as part of the build extra flags, the library resolver/processor is unable to resolve any libraries. This is because, if I copy...