Pierre Tardy

Results 126 comments of Pierre Tardy

@pombredanne That particular request is about nebula kind of package locks. nebula looks like the poetry of gradle. Cool kids use it instead of the default gradle pinning method. I...

Indeed... FWIW on my side we did not implement nebula after learning that Nebula is not anymore supported in more recent version of Android (as I was told). We currently...

FWIW, the following method do works for me: ``` import sys if sys.platform == 'win32': import os import winreg def get_git_binary_path(): proc_arch = os.getenv('PROCESSOR_ARCHITECTURE', '').lower() proc_arch64 = os.getenv('PROCESSOR_ARCHITEW6432','').lower() if proc_arch...

Hello, May I suggest that those big refactors are made in a development branch? We are rebasing regularly on main branch to follow the dev (and help on the proxy...

As maybe most of the potential users, it is difficult to really be contributing to opensource projects without actually getting short/middle term value from it. I've not really dug into...

> By the way, was there a reason to not have lxc.mount.entry immediately after lxc.mount.fstab? A use case is to bind mount additional stuff like /dev/bus/usb This is documented to...

I've read your blog post on shared workers with lots of interrest. The problems I can see with this approach: - Inconsistant behaviour between browser look scary. I am not...

It is something that indeed is on the TODO list, and shall go via this image attribute. Actually this is not very complicated to do as the image for docker...

I'd say the best is for LibVirtWorker to have some of its parameter rendereable so that they can be chosen according to the properties. Or improve the bbtravis.yml so that...

In buildbot, the way you can do this is to implement and nextWorker callback. You can always add a attribute to your standard buildbot workers, and then look at this...