Lloyd Konneker

Results 12 issues of Lloyd Konneker

This issue documents a planned change to resynthesizer. The control panel plugin appears in the menus as "Map>Resynthesize" It has a control widget for each parameter of the engine plugin...

So LD_LIBRARY_PATH, if set, should only be one path, because the code assumes that. This surprised me because more generally (for the linking loader) LD_LIBRARY_PATH can be a colon separated...

On newly installed Ubuntu 20.04, after: - clone this repository - install package python3-pip - install python3-virtualenv then: ``` source bootstrap.sh ./tools/build.sh GimpUI-3.0 ``` gave: ``` from lxml import etree...

Is there an existing example of generating a thermal pad? For example, Texas Instrument package named DSG, also called WSON-8. It has 8 pads plus a thermal pad usually grounded....

I pickled using highest protocol, which supposedly supports slots. But unpickling failed with infinite recursion. Then I commented out the metaclass and slots stuff in pyeuclid. Then it seemed to...

This is python code snippet that shows the problem: intersection = segment.connect(pointLCS).intersect(segment) Sometimes it returns None, which seems suspect. In plain language, given any point and any first segment, a...

In the readme of this repository, in a table it says: System ON, no RAM retention: nrf51: 1.4uA But in the nrf51822 product spec v3.3 on page 47 it says:...

As far as I understand the LIS3MDL, it repeatedly measures the magnetic field and updates the magnetometer data registers. The DRDY bit goes high when all of x,y,z have been...

Just an idea. For people who like to write plugins and experiment with image algorithms. Currently, the "Enlarge by resynthesis" plugin works like this: it enlarges the image conventionally (which...

This describes forthcoming work on resynthesizer. The goal is: work in Gimp 3. 1. build with meson 2. outer plugins in scriptfu/scheme 3. replace control panel plugin that uses C/Gtk...