Sam Keddy

Results 72 comments of Sam Keddy

Seconding. The way its setup is really confusing, especially the bitmasks, and is impossible to figure out from the docs. I had to study the demos to get it working.

I'd prefer to shift just a single track - you could pretty easily shift the rest of the tracks if this was the case, but if it shifted them all...

Since it seems to disable itself when you try to take a screenshot normally, perhaps they could do ctrl+printscreen or something to force taking a screenshot. Ideally you could change...

i believe it keeps a working version in memory, it definitely doesn't update the values based on changes to the file, until you restart the software and reload it. if...

I looked into browserify and webpack, but they're both really confusing to set up with gulp, and add unecessary code. Ideally I'd like something that just replaces require('path') with the...

Now I get an error on one of my tasks when I use sourcemapping: ``` TypeError: resultMap.eachMapping is not a function at processInclude (/home/lospec/htdocs/node_modules/gulp-include/index.js:206:39) at include (/home/lospec/htdocs/node_modules/gulp-include/index.js:58:26) at wrappedMapper (/home/lospec/htdocs/node_modules/map-stream/index.js:83:19)...

unfortunately I resorted to just not using sourcemaps for js

I think stopping at one would be a better default behavior, but I don't really know how changing it would affect others so if you have to make including all...

I ended up just prefixing my filenames, so I don't need it currently, but would great to have.