Coder of Salvation / Leon van Kammen
Coder of Salvation / Leon van Kammen
I've modified the title to emphasize the initial spirit of my question (how to achieve this with the provided standalone docker-image). Here a bit more background: > REASON: the standalone...
shouldnt this be a separate integration? like an action-chain with an actioncalled 'onchange' which only forwards data to another action if there's a diff. btw. have you looked at this:...
just and idea: maybe there's a small js library with all messaging patterns (throttle, onchange etc) on npm?
ah ok, no worries. Then it doesn't make sense to hack it in there the old way. Feel free to close this for (or leave it open as a reminder),...
Thanks for your swift reply. I think the `-vb2` solution works well enough, I could even create an alias `ocp.mod` to use for MOD-playlists only. The profile-per-playback plugin is not...
I had the same issue, here's how I fixedit: src/rkflashkit/rktalk.py on line 289 ``` +++ self.__dev_handle.bulkWrite(self.__write_endpoint, buf) # this works --- self.__dev_handle.bulkWrite(self.__write_endpoint, str(buf)) ```
Thanks for getting back to me. OK, so for now one could just use the native editor to produce the wasm. Audio-stuttering is something which is bugging many wasm-compiled dsp-libraries,...
Hi, good question. What we have right now is color-substitution. In other words, we have few colors defined in the top of the script: ``` COL1="\033[37;1m" COL2="\033[91;1m" COL3="\033[91;5m" ``` and...
Im running linux mint (13 maya) on 64bit more environment info: http://pastie.org/8447642 installed packages: http://lemon.mannetje.org/~sqz/tmp/packages.txt make log: http://pastebin.com/fjZ16Se1 run log: http://pastebin.com/wLL0kB1j make debug log: http://pastebin.com/fugGtJAL run debug log:http://pastebin.com/rCciUWhn
Not sure if this helps, but i had a similar problem while running some binaries (relying on /etc/resolv.conf) using sshdroid. I tried: * chrooting into a temporary jail which has...