Lloyd Konneker

Results 99 comments of Lloyd Konneker

Also, on a clean install of Ubuntu 20.10, the module 'requests' does not seem to be installed, but is a direct dependency of pgi-docgen, see gen/modules.py line 12. Maybe the...

Re: thermal pad. You're right, that works. Re: sot23-5. Yes, but sot23-5 doesn't have staggered pins on the right, just a missing pin. I was thinking that sot23-3 might be...

Returning to pragmatic question: how to do a thermal pad. My attempt does not generate paste: ``` javascript # Thermal pad # drill > 13 mil OSHPark minimum drill =...

One way to fix this is to implement nearestPoint(point, other). It returns the appropriate end point of the connecting segment (the end point that intersects other.) Similarly as distance() is...

My initial thoughts, I could be mistaken.... "math domain error" must be from math.acos(), which requires its argument to be in a certain range -1, 1 ? (Read about atan2()...

1. Requires further study; I wasn't aware this is a problem. AFAIK, the design is intended to work with noncontiguous selections (although I don't think there is a test plan...

1. I tested a case, where I made a non-contiguous selection (using the lasso tool, and the Shift key to add to the selection.) That seemed to work (the separate...

So you do want to keep that subtle gradient that Resynthesizer is not great with? This conversation has me thinking again about possible other uses for the Resynthesizer. The features...

I believe the only component that depends on GTK is resynthesizer-gui.c, the control panel plugin that presents as Filter>Map>Resynthesize. In the other branch (name?) I have already rewritten that plugin...

Thanks for clarifying. To summarize, resynthesizer still compiles and works for GIMP 2.10, but compiler warns of deprecated functions (that probably will not work with GIMP 3.0.) There are two...