Luis Caro Campos

Results 135 comments of Luis Caro Campos

> @jcar87 You'll need to address the fact that vulkan-loader offers the same loading functionality for Vulkan graphics drivers as libglvnd does for GL drivers. Also, you'll want to address...

- Vulkan and Wayland would need opening a new issue with a description of potential problems, and what needs investigating - For the issue of `libglvnd`, as with any other...

> I think one obvious omission to the conversation here is reproducibility. Absolutely - but there's "build time" reproducibility, and then there's the ability to work at runtime - the...

I fully agree that, if using `libglvnd` instead of `opengl/system` works, it provides all the benefits you've mentioned. I have never said that it provides no benefit. As a maintainer...

> USE_OPENSSL_QUIC I'd leave it as default to off outside of this PR - it requires an additional dependency which ~we don't currently have~!(`nghttp3`, edit: we do have it, just...

There appears to be an issue where this won't "crossbuild" properly. Our CI service is now doing cross-builds from `armv8 ` to `x86_64` on macOS. We've verified that this is...

Hi @stevenwdv - thanks for reporting this. I'll work on getting to the bottom of why 0.22 couldn't be built. In the meantime, I'm a bit confused: - what are...

I see, thanks @stevenwdv. Is the issue then building gettext 0.21 from source? Presumably the error is seen when building qt due to `--build=missing`, but it's actually gettext and a...

Hi @stevenwdv - thanks so much. Was able to reproduce the issue with AppleClang 15 building `0.21` from source. We have two fixes for this: * Have added `gettext/0.22.5` ->...

HI @temap , @uilianries > I just wanted to mention that I've updated the patch version, but it hasn't been merged for a month, and a new patch version has...