Yassine MADDOURI
Yassine MADDOURI
Thanks for your reply. That makes sense. I think that it might still be interesting to test in order to see whether the latency introduced by the animation computation is...
Hi, Sorry for the delay. I have posted an answer at https://github.com/vector-of-bool/vscode-cmake-tools/pull/201#issuecomment-315546446 To recap, his PR does things differently, which is fine. However, for my needs, I still think of...
@dcourtois Ok I see. That makes sense indeed! (I mean, option 2 makes perfect sense for meta targets) As long as, when a non-meta target is selected, (case 3.b) the...
_Different strokes for different folks_, right? ;) Indeed, having e.g. `"cmake.defaultTargets": "__firstNonMeta"` for people (like myself) who want "something that works out of the box by default" seems good to...
Thanks! (sorry for the delay) I'll have a look at it as soon as possible. Stay tuned ;)
Hello! Sorry for the delay. (got taken away by real life stuff ;) Thank you for contributing to the extension by starting this interesting discussion. The problem with standard paths...
Thanks. I used `cmake = CMake(self)` in: * `~/.conan/data/bzip2/1.0.6/lasote/stable/export/conanfile.py:36` * `~/.conan/data/google-benchmark/1.1.0/cpace6/stable/export/conanfile.py:24` * `~/.conan/data/rpclib/1.0.0/sztomi/testing/export/conanfile.py:30` Also, the packages (`libtool` and `libevent` in my case) listed in https://github.com/tmux/tmux/issues/257#issuecomment-245315362 seem to be required. However,...
I see, thanks anyway :) _BTW, I've recently started playing with [hunter](https://github.com/ruslo/hunter) which I found to be quicker to get up and running with and less "intrusive" (less changes to...
Support for WebTransport seems to have been added to 4.3.0 according to [the changelog](https://github.com/litespeedtech/lsquic/blob/v4.3.1/CHANGELOG) as well as the [readme](https://github.com/litespeedtech/lsquic/tree/v4.3.1). However, looking at [the docs](https://lsquic.readthedocs.io/en/v4.3.1/) (as of 4.3.1), I couldn't find...
Hi Andy! Thanks again for looking into this issue. The workaround mentioned in https://github.com/curl/curl/issues/5669 which, in my understanding, has been implemented in https://github.com/curl/curl/pull/5857 seems to consist of undefining some `wincrypt.h`...