Jeremy Rose
Jeremy Rose
Perhaps I'm missing something obvious, but Var framing doesn't seem to be working properly. I made a small repro: https://gist.github.com/nornagon/73f6d756f22fc685028bec855eecfd27 The symptom appears to be that Var frames don't get...
wav and caf are too big; I have about 40 sound effects I want to use. In linear pcm that comes to about 17MB.
`````` npm WARN engine [email protected]: wanted: {"node":"~0.6.5"} (current: {"node":"0.10.34","npm":"2.6.1"})``` ``````
NoCollide node.js:134 throw e; // process.nextTick error, or 'error' event on first tick ^ ReferenceError: Exception is not defined at [object Object].begin (/Users/jeremya/Source/Chipmunk-js/bench.js:6541:2)
Currently the benchmarks take upwards of 15 minutes to run. It's really hard to determine, for a given change, whether a performance regression was introduced. Possible solutions: 1. only run...
Remove or implement :)
I'd love to be able to choose what font tab titles are rendered in! 
**Is your feature request related to a problem? Please describe.** I'm modeling data in my domain, and I'd like to use a "record" type for some portions of the data....
Guava's [ImmutableSetMultimap](http://google.github.io/guava/releases/23.0/api/docs/com/google/common/collect/ImmutableSetMultimap.html) is a convenient wrapper around `ImmutableMap`. It would be awesome to have a similar convenience in Paguro!
(see #87 for context on when up/down sense is reversed) ### When pausing https://github.com/nornagon/saxi/blob/117161d27d9b37af8aae71dbc36d123cb92a96bf/src/server.ts#L198 ### When canceling https://github.com/nornagon/saxi/blob/4d5c9918deb6f79bf97ac8eb561b39c7d668790e/src/server.ts#L161 ### When altering pen height of a plan without replanning https://github.com/nornagon/saxi/blob/c6bd5a7ef984d9ca537904e6d58ce7490ca8a2e7/src/planning.ts#L291-L298 ---...