BrnBlrg
BrnBlrg
I would love to know this as well. For my application, I'd like to synch two cameras and use them for stereovision.
Thanks for the reply! I was thinking about doing something like that. A little arduino lighting an LED or something. I'm not sure if I'll bother doing it this go-around,...
Montanier's solution worked for me. tests/Makefile.am needs to have line 14 edited. I'll submit a PR.
Similarly, trying an alternate Docker image: ``` $ export JEKYLL_VERSION=4.3.3 $ docker run --rm \ --volume="$PWD:/srv/jekyll:Z" \ -it jvconseil/jekyll-docker:$JEKYLL_VERSION \ jekyll build Status: Downloaded newer image for jvconseil/jekyll-docker:4.3.3 Bundler 2.5.5...
Fixed in PR #30
Ah, ok. So it requires a bunch of mandatory build arguments. e.g.: ``` docker build \ --build-arg ZEPHYR_VERSION=3.2.0 \ --build-arg ARCHITECTURE=x86_64 \ --build-arg ZEPHYR_SDK_VERSION=0.15.2 \ -t zmkfirmware/zmk-docker . ``` Worth...
Would be great to see this merged. This bug prevents basic function extractions from working.
I can confirm this builds and fixes the issue. For example, in: ``` #include #include int main() { int a = 5; int b = 7; int c; c =...
@5chmidti I'm excited for this to be mainlined. Give me a thumbs up if you want me to fix the typo and rebase for you -- happy to do it...
I'm a bit of a outsider to the LLVM project, but I'd say a fix to a broken, already shipped, feature now is better than a general fix down the...