Jeff Epler
Jeff Epler
Design for resin printing differs in important ways from design for FDM printing. This change aims to improve printability when the base of the keys is against the build plate...
I noticed that when placing legends on cherry keycaps, the depth varies across the key. This is because the text is placed on a plane, not along the curve of...
We'd like to show event times on a web page, but with the times adapted to the user's local timezone. However, this viewer seems to always show the time in...
Isn't it safe to allow threads during long-running mpz operations? For instance ```c diff --git a/src/gmpy2_mul.c b/src/gmpy2_mul.c index e312769..e147508 100644 --- a/src/gmpy2_mul.c +++ b/src/gmpy2_mul.c @@ -45,7 +45,9 @@ GMPy_Integer_MulWithType(PyObject *x,...
.. it is not used, and anyway it's removed from the version of OCE in Debian Stretch
Fixes: * Multiple function decorators * Multiple slices (existing failing test) * Multiline f-string (existing failing test) * try/except/else/finally * Annotated assignment * Async generators Add test for: * reported...
The following deprecation warnings are shown on debian stable: ``` cropgtk.py:33: DeprecationWarning: 'imghdr' is deprecated and slated for removal in Python 3.13 cropgtk.py:259: DeprecationWarning: Gtk.Widget.get_pointer is deprecated ``` get_pointer: >...
``` /usr/bin/cropgui:33: DeprecationWarning: 'imghdr' is deprecated and slated for removal in Python 3.13 import imghdr ```
On 9.0, the current version prints warnings at import: ``` Adafruit CircuitPython 9.0.0-rc.1-1-g7e7b2a4154-dirty on 2024-03-17; Adafruit Macropad RP2040 with rp2040 >>> import adafruit_displayio_ssd1306 FutureWarning: FourWire moved from displayio to fourwire...
``` PyGamer_Improved_Thermal_Camera/code.py:grid_data = ulab.zeros(((2 * n) - 1, (2 * n) - 1)) # 15x15 color index narray PyGamer_Improved_Thermal_Camera/code.py:histogram = ulab.zeros((2 * n) - 1) # Histogram accumulation narray PyGamer_Improved_Thermal_Camera/code.py:...