Filipe Laíns 🇵🇸

Results 478 comments of Filipe Laíns 🇵🇸

Is this still relevant, or are we going for a different implementation?

Oh, cool! I have implemented something like that in https://github.com/SymbiFlow/symbiflow-arch-pkgs/blob/master/.github/workflows/build.yml, in case that's helpful to you. Btw if you are interested in helping out here, I can give you commit...

FWIW, my takeaway from that was that it's probably not worth the trouble, but it's a fun project anyway :rofl:

Can you post the report descriptor data so that I can check it out?

What do you mean?

@jaraco what do you think of this?

This change was merged as part of #269.

I am running into this issue again. ``` project('example', 'c', version: '1.0.0') lib = library('example', 'lib.c', install: true) py = import('python').find_installation() py.install_sources('example/__init__.py', subdir: 'example') py.install_sources('example/pkgconf/__init__.py', subdir: 'example/pkgconf') pkg = import('pkgconfig')...

> Setting PYTHONHOME to the virtual environment's prefix doesn't work with `venv` or tools that use it like `pipx` > > * This is because the pyvenv.cfg they write doesn't...

I think this is a bug introduced by one of my kernel patches, could you try Linux 5.3?