ldng
ldng
I can't seem to make it work on a Debian possibly because of Systemd. On which systems has this lib been tested ?
Depending on pillow instead would easy the install process. Right now PIL wants me to --allow-external which would not be required with pillow. But maybe you have reasons to rely...
My version of pdftk (3.0.2) has both a dump_data_fields and a dump_data_fields_utf8. The former does not output accent correctly while the later does the job as expected. Could/should it be...
I fail to see how I should "Eggifying" a project that uses DjangoItem. Am i supposed to bundle the django project too within the egg ?
Maybe it is a misconfiguration on my end but I'm having a conflict between kombu pytest config and my config using pytest-django. A clue, might be something similar to a...
I just have a task that install the bower components : ``` javascript gulp.task('trans-js-libs-bower', function() { return bower({ directory: '.', cwd: srcPaths.libs }); }); ``` where srcPaths.libs is src/js/libs and...
It seems the project is depending _**implicitly**_ on setuptools at runtime. Systematic presence of setuptools should not be assumed; especially now since uv is eating pypa's lunch. Could that dependency...
Hi, Apparently a 6 years old Webpack warning fix could be breaking vercel/ncc when trying to compile dependencies that relies on gyp-build when using ES modules : https://github.com/vercel/ncc/issues/899#issuecomment-1082340328 Not sure...