Mike Panciera
Mike Panciera
I get the same error. As a minimal example, replace paintings.jsx with compiled form of this file: https://gist.github.com/averagehat/55a96c33149b4702dac17a2c9acd2161 this.get_node works but @onready doesn't.
Cool. Right now c_o_n_j_u_r also has a direct dependency on omxplayer, I think I was not able to get omxplayer to build anywhere outside of a Pi On Wed, Jan...
@langolierz Any particular ideas? I would be interested in working on this. One thing would be using more parameters (for example, wipe.frag only uses 2 out of four parameters).
If using ssh #110 works well; One thing about just using glslViewer is that you have to supply something for the (midi) param values or else a lot of the...
Is this fixed? Does the method proposed in https://github.com/vcflib/vcflib/issues/156#issuecomment-309311367 work correctly?
Okay, I think that would be a good fit for this library--I can make a PR with decorators for the basic events if you agree. How about custom operators? It...
Custom Operators allow you to apply a function to text selected by an arbitrary motion. The selected text then serves as the "noun" the function "verbs" with. They seem to...
The use case in vim-express is to comment out (e.g. with `/*` ) an arbitrary block of code. The custom operator saves whatever you selected (say `w` a word, `k`,...
Is the order of `dependencies` passed to the command or python actions guaranteed? I would think it would match the order it was declared in the task's dictionary. i.e. if...
In case anyone else is interested in this and solely downloading the captions, not the video, youtube-dl can be used like: `youtube-dl --write-auto-sub --skip-download [some url]`