Filipe Laíns 🇵🇸

Results 478 comments of Filipe Laíns 🇵🇸

> I'm with @eli-schwartz and @rgommers here. We should strive for minimal dependencies. If we can make this work with an API available on older Python versions, I would go...

> This needs docs before landing, though, so I am going to block this. What exactly are you looking for in the docs? The next big item to work on...

> Its hard to test something without having documentation. Also, I think this is basically going to get zero visibility without any docs, so we shouldn't rush on releasing this,...

@CAM-Gerlach, if you have time, would you like to have a look at our documentation and provide feedback?

> At the moment, the Meson build doesn't generate a `.egg-info` or `.dist-info` directory, and the Debian packaging [fills in the gaps](https://tracker.debian.org/media/packages/d/dbus-python/rules-1.3.2-3). Ideally the Meson packaging should maybe be doing...

@mgorny unfortunately, this is a limitation of `meson-python`. I opened https://github.com/mesonbuild/meson/issues/11462 to try to better integrate it into Meson directly, and solve this issue, but it didn't seem to go...

I think the proposal here is that the Python interpreter itself is a debug build, meson-python should default to a debug build in Meson, and if the interpreter is a...

Hi @tristan957 and @dogtopus, thank you for opening this issue, and sorry for the late reply. There is no location in wheels for static libraries, and they aren't needed at...

@tristan957 is this still relevant? We now support passing arguments to Meson, which you can use to pass `--skip-subprojects` to `meson install`. See https://meson-python.readthedocs.io/en/latest/how-to-guides/meson-args.html I am gonna close this, but...

I agree with this. I had to manually create a `.desktop` file when I added limesuite to the Arch Linux AUR repository. Optimally, this should be done with Cmake. In...