Simon McVittie
Simon McVittie
> WDYT of 3. in my bullet list in the first message? Does that sounds reasonable to you? Sorry, I don't think I'm the right person to say whether providing...
I suspect this means that flatpak-builder's downloading code doesn't support putting a username/password into the URL like this, so it is effectively using `https://gitlab.com/api/v4/projects/project_id/packages/nuget/download/package_name/package_version/file_name.nupkg`, which fails with error 401, meaning...
> I have traced this down to MojoSetup testing whether it has access to a tty using isatty The usual workaround for this is something like: ``` script -c 'this-command-wants-a-tty...
> while I added a workaround for this in zbus 4.2.1, I wanted to point out that I wouldn't want to keep this workaround forever in zbus. I'm thinking ideally...
I recently switched [dbus-python](https://gitlab.freedesktop.org/dbus/dbus-python/) to use Meson and `meson-python` for build, and I'm now hitting this same problem on a Debian test machine. If I run pip with more debugging...
I see @Nic30 is using Ubuntu. Ubuntu is derived from Debian, so if this is a Debian-specific problem, that would explain why @Nic30 and I are seeing it but an...
I've reported this as https://bugs.debian.org/1019293. I think it's a bug in one of two Debian packages: either `python3.x` because the patches to Python that change the installation scheme are doing...
> The deprecated autotools build for dbus-python places all files in the system locations, both for pkg-config and for documentation, headers, the python site-packages directory probe.... This should be functionally...
GNOME's GObject-Introspection is in the same general space as this, and GNOME-adjacent libraries use it to generate bindings, either at compile-time for compiled languages (Vala, C++, Rust) or at runtime...
One insight from GNOME which might be equally useful in SDL is that the most convenient API/ABI for C is not necessarily convenient for bindings. A reasonable number of API...