Aleix Conchillo Flaqué
Aleix Conchillo Flaqué
Don't create the generated configured files (AndroidManifest.xml and configAndroid.json) in the binary directory because androiddeployqt will overwrite them with the default ones. We now generate AndroidManifest.xml and configAndroid.json in the...
Hi, I'm hitting the following error when a project that has integration tests wants to use resources from main (see below): ``` Test source folder 'src/integration-test/java' in project 'integration-tests-issue' must...
Hi! I'm trying to keep `lsp-ui-peek-find-definitions` and `lsp-ui-peek-find-references` to the original bindings `M-.` and `M-?`. I have the following code: ``` (use-package lsp-ui :ensure t :bind (([remap xref-find-definitions] . lsp-ui-peek-find-definitions)...
This patch adds initial bindings support for GStreamer. It currently only provides a function `cudaFromGstSample`. `cudaFromGstSample` expects a GstSample as a single argument. The GstSample needs to be in NV12...
This fixes `cudaMalloc` from always failing in Python.
This fixes an incompatibility with mediasoup server which in v3 spatial layers go from 0 to N, however libmediasoupclient is still using v2 spatial layers.
This came up in a new Apple M1 where Homebrew is installed in /opt/homebrew instead of /usr/local as Apple intel's. `libguile-ssh` should actually be installed as an extension (as other...
This allows Guile's (dlopen) to find libraries in HOMEBREW_PREFIX/lib. Without the added rpath you get errors when looking for libraries in HOMEBREW_PREFIX/lib. ``` scheme@(guile-user)> (dynamic-link "libgit2") ice-9/boot-9.scm:1685:16: In procedure raise-exception:...