Coder of Salvation / Leon van Kammen
Coder of Salvation / Leon van Kammen
Hi Thanks for your message. If the goal is to improve security (hiding /etc/shadow /etc/passwd ) for scripting languages, I would suggest using apache's user-module in conjunction with chroot: http://serverfault.com/questions/451011/isolating-apache-virtualhosts-from-the-rest-of-the-system...
Fakeroot seems to install fine. Could you copy/paste the output of ``` cat /etc/issue uname -a ``` Did you run 'apt-get update' on your debian system? It seems more like...
exciting! ``` local fds = {[GetClientFd()] = unix.POLLIN} ``` this is setting a dynamic key while declaring a table? no idea lua could do that ❤️
thank you for that link (and thinking with me). What I basically want is: ``` [sf2 file with modulators inside] | [webmidi-in device]----(cc/notes)----+ | |-------> [javascript sf2-player] ---> audio output...
thanks for your comment, I will have a look! Greetings from Budapest to Tokyo.
I can confirm this issue
Cool read. The world needs more engineering managers like Gergely.
kudos for having discovered the same (it took me a while to figure this bug out) Anyways, my tiny math-brain does not really know what `p0` `v0` and `a` mean...
[v1.04 is out](https://github.com/milkytracker/MilkyTracker/pull/314) 🎉
I've achieved this by adding these bits: ``` ... ... ``` and the js: ``` methods:{ onPageChange(){ // use settimeout because onPageChange is called right before it goes to the...