Adrian Valentin Panaintescu

Results 10 comments of Adrian Valentin Panaintescu

Duplicate for #2292

As @JulienPalard said earlier, it can be a solution to have a collection for different pipes, but there is a problem: if you have a large number of functions, the...

@peidrao can you do a rebase and a squash?

> > @peidrao can you do a rebase and a squash? > > > > I have completed the rebase and squash. > > @vinta ready to merge

I'm open to solve this issue using a little hack related to python descriptors (https://docs.python.org/3/howto/descriptor.html#dynamic-lookups) The point here is that the issue is on the self referice that got losed...

@JulienPalard Since #106 has been merged, this issue can be closed. I'm looking forward to seeing these changes released!

Hi, Looking at the traceback, the failure appears to be in the virtualenv project. To reproduce the issue with minimal setup, you need to add an executable file (or even...

@hansthen @JulienPalard could you have a look on this one?

@JulienPalard the `self.pipe.function.__get__(self.instance, self.owner)` is the best. I update according. Also I hope you don't mind I pushed infrastucture change related (like using ruff project)

> > Also I hope you don't mind I pushed infrastucture change related > > I'm 90% OK with them: > > * tox in pyproject.toml : I like it!...