Patrik Dufresne
Patrik Dufresne
Manage to work around this by using a different property to inject that is not mangled by jdeb. I'm using `[[revision]]` that is already injected in the build to define...
Would be nice to integrate this feature in ttkcreator. That way we could load a ttkbootstrap theme without importing Pillow at runtime
Here my contribution. This code is working: ``` import os import tkinter from ttkbootstrap import Style basedir = os.path.normpath(os.path.join(__file__, '../')) themes_file = os.path.join(basedir, 'themes.json') assert os.path.isfile(themes_file) theme_name = 'minarca' out_path...
@baztian #116 Is what I was looking for. But at the same time, I see it's would not be possible to connect to different database with different arguments. For the...
I do have experience with Travis. But not with Buildbot. I spent quite some time trying to get it working. I don't have the full details of what went wrong...
> It can likely be a documentation issue, because tests should prolly be run in an override (i.e. by make), not dh-venv proper. It's not a well-defined target and has...
Seams to be working with compat=11. Leaving this bug open as it still relevant. compat=12 is not working
Any progress on this subject. Our Kafka has specific requirement to have our topic name start with `-` So we would like to replace the value "_confluent-ksql" by something else...
@ericzolf I don't really agree with this approach. I think the new way to define multiple dependencies is to use setuptools extras_require. This way you may define multiple dependencies depending...
> As explained, I still don't think that the dev/test/build dependencies belong in there. Actually, it's wildly use in projects t define the testing dependencies as a replacement for test_requirements...