silgon
silgon
A small modification to @QuincyHe workaround. ```javascript const timeline = anime.timeline({ easing: "linear", duration: duration, loop, loopComplete: () => { for (let i = 0; i < timeline.children.length; i +=...
I encounter a similar problem. I tried to create vertex and edges types because I wanted to create some fixed variables to the vertices and edges: ``` julia type VertexGraph...
@joelrich comment is really neat. However I got a problem with certain kinds of functions like `any`, `all`, etc. These kind of functions have `boolean` inputs and outputs. So, the...
Little question regarding this question. How can I activate C++11? besides using the `irony-additional-clang-options`.
I would like overlay the compilation options. But it would be nice to know both anyway ;)
Thanks for the fast answer. Look, I'm actually put an example with one function `std::stod` which is supposed to be working with c++11 according to the [stod documentation](http://www.cplusplus.com/reference/string/stod/). I set,...
In the end it was apparently working but I did have some problem. Anyway, so, if I want to load it automatically for all my c files I add `(setq...
thanks again ;)
Is this already patched in the git repo? I'm using the installation with `npm install dronejs` but the drone does nothing. It seems to be connected and then nothing. My...
Sorry it took me some time to reply. I'm thinking that it's the problem when I install I get the following error. ``` node-pre-gyp ERR! Tried to download(404): https://github.com/tessel/node-usb/releases/download/1.3.1/usb_bindings-v1.3.1-node-v59-linux-x64.tar.gz node-pre-gyp...