Brenton Simpson
Brenton Simpson
I tried installing https://github.com/neatodev/BmLauncherAsylumNET6, which also required that I use `protontricks`. I couldn't figure out how to list the possible commands in the command line, so copy/pasting from their README...
I've added the commands to the command palette and fixed the casing of the command names. For whatever reason, all the commands were greyed out in ST3 when I first...
If I send a request without a Host header attached, the whole server crashes. ``` var hostParts = host.split(":", 2); ^ TypeError: Cannot read property 'split' of undefined at createLocation...
Any thoughts about when/if/how HTTP 2 will be supported?
If I try to use [my-local-ip](https://github.com/dominictarr/my-local-ip/pull/2) (which starts with `#! /usr/bin/env node`), I get this error: ``` Error: Error transforming /Users/screencasting/Desktop/ambidex-example/node_modules/my-local-ip/index.js to JSX: Error: Parse Error: Line 1: Unexpected token...
`invariant` only provides a CommonJS interface (`exports = function()`). Unfortunately, this will fail if it is used in an ES Module environment (for instance, [in `jsxstyle`](https://github.com/smyte/jsxstyle/pull/83)). I don't know enough...
On the [default demo](http://jakiestfu.github.io/Snap.js/demo/apps/default.html#), if I start dragging the hamburger menu and move my pointer over the sidebar, the drag breaks. I'm guessing you're listening to `mousemove` on the wrong...
The timing sounds like it might be a bit off. Maybe the pulse is throwing it off?
Pasting this track: http://thejazzpage.de/sounds/minorsw.mid doesn't work until you've selected a song from song scanner (e.g. from http://www.midiworld.com/liszt.htm) first.
This has been something I've wanted to do from the beginning, so I'm surprised I don't see an issue for it. cycle-midi right now will send any notes it receives...