Kino

Results 16 comments of Kino

Same here. It hangs unless I eject the usb and then the error shows up. I tried PR #561 to no avail.

I can add that to the docs, no problem. Also if you want to force a default type, we can do it using cmake's `option()` method and say for instance...

The default was to build `.so` libs for libnfc and `.a` for nfc-tools I believe. I'm sure that at least for libnfc itself, it only built shared libs and I...

Just wanted to add that for a project we faced the same issue and the problem was with the video dimensions. Apparently they need to be a multiple of 4...

@MikeGitb thanks a lot for your work in gathering around all the Cmake PRs and giving them a structure. It'll be great if they could be pushed through soon to...

Hey @andrewfb, sorry to jump into the discussion but I had a little suggestion if that's alright. Seeing the many PRs that are unattended (some of them date back a...

As per Rich's [suggestion](https://github.com/cinder/Cinder/pull/2158#issuecomment-612994698), found a way to pack the needed settings in the `code-workspace` file and ditch the hidden `.vs-code` folder all together.

Note: For the vs-code files to work on Windows (with Visual Studio 2019 toolchain), PRs #2165 , #2166 and #2167 need to be merged first. You can try the whole...

P.S : I haven't tested this on osx yet because I don't have one around but it should work OK if cmake was already working on it. It'll be great...

> Still think it would be much more effective and efficient to put the cmake files into the root folder where they belong instead of adding N tool specific configuration...