kev zettler
kev zettler
Whats the status on this? I was about to build a Dockerfile for this myself because I cannot get it to compile natively on OSX
This appears to be because there is no `nuke` ssh connector in https://github.com/infostreams/db/tree/master/bin/drivers/mysql/connectors/ssh
@stefnotch that is the pattern I generally use when working with gl-matrix. The `out` arguments were not intended to be re instantiated and allocated each time the function is called....
@mreinstein > @tobx the (reuse) benchmarks are definitely interesting and unexpected. I'm confused whats unexpected here, the (reuse) benchmarks performed better? Thats what the conversation has been about until this...
Ok I agree with that. I was also surprised to see that perf gap between `out[index] = ` vs `this.x +=` and not sure why thats so large. I can...
should this be closed? looks like it was merged into consular-iterm?
Try `DosBoxLoader.extraArgs` to change directories before executing the `.exe` ``` DosBoxLoader.extraArgs(['-c', 'cd C:/Doom']), DosBoxLoader.startExe("doom.exe")) ```
I followed shawn-bandy-urbag suggestion and installed explicit versions in to my host project. "@types/dropboxjs": "0.0.28", "@types/filesystem": "0.0.29", "@types/node": "~7.0", "browserfs": "^1.4.3", I tried to create a PR to fixe theses...
Thanks, @lo-th In this same theme of development support... https://github.com/lo-th/Oimo.js/issues/64 https://github.com/lo-th/Oimo.js/issues/47 These issues indicate that the friction property doesn't work. Is that true? This corresponds to what I'm seeing while...
Seems same issue as #47