Pascal Chambon

Results 75 comments of Pascal Chambon

Thanks a lot for the pointer to ecc_encrypt_key(), I had completely missed this one :) We'd need a quite portable/standard algorithm (compatible with Python implementations too) so I was thinking...

Same problem here, adding Pyobjus for example to Poetry conf breaks operations on Windows, because Poetry will naturally checkout dependencies (even those for other platforms) to perform dependency resolution. This...

Here is the screenshot if the "Tag" subsection of RIDE F3 popup, I have no idea what the most elegant interface would be , but enabling an "include/exclude Tags" field(s)...

Alas not for jumper wires used with a raspberry pi... that's really a pity, and the lack of support is disconcerting (other epaper providers are mostly dead). But I did...

Just in case - I'm investigating a different approach using Gevent; with such microthreads all running in main thread, tests and app can run concurrently. One probably still needs 1...

I encountered the same problem, and had to put a local copy of django-flatpickr.js (in static/vendor/django-flatpickr-2/js/django-flatpickr.js), that I referenced in config like so: ``` DJANGO_FLATPICKR = { "app_static_url": STATIC_URL +...

The doc says that autocommit is required for sqlalchemy-mixins to work, but on the other hand the ActiveRecord methods all call this method by default, which commits/rollbacks the outermost transaction:...

Maybe try with "values()", as Jinja allows for (or requires?) explicit calls in its tags?

Same problem here with Python 3.9.1, loading "C:\OSGeo4W64\bin\gdal300.dll" alone works, but loading it when using coverage.py triggers the sqlite3 error above. The bug appeared on coverage==5.0a2 (previous versions work fine...

From the OSGeo4W shell and the same python virtualenv as usual, gdal300.dll indeed gets loaded properly :) It looks like a problem of precedence of "sqlite3.dll", between that of OSGeo4W...