Julian Burgess
Julian Burgess
Given a structure like this ``` ├── package.json ├── server.ts └── src ├── index.ts ├── sub1 │ └── index.ts └── sub2 └── index.js ``` when I run the following ```sh...
I love this project! It would be great if audio beat detection could be added in. I'd like to have a go at this myself at some point, but I'm...
I'm trying to use the service from the browser with JavaScript and am having trouble understanding the API from the Python example. Would it be possible to add a JavaScript...
Currently the HTML minify config is hard coded. I need to use [SSIs in my template](https://github.com/aubergene/sapper/commit/170b43e881eef1eb099236834cc35145bbf2d4fa), so I'm using a fork. It would be good to be able to change...
It would be good if we could generate XML in the same way that works for HTML. My current use case is for generating a sitemap.xml, which was talked about...
I'm running a number of series through LOESS and have noticed some give extreme values (far outside the original points) for certain bandwidth values. I've created a demo here, it...
Enter a value which contains HTML ``` key: hello ``` and the output isn't escaped ```json { "key": "hello" } ```
dpm version 0.7.7, node 4.0.0 ``` https_proxy=http://proxy.example.com:80 dpm install https://raw.githubusercontent.com/datasets/s-and-p-500-companies/master/datapackage.json /usr/local/lib/node_modules/datapackage/lib/index.js:166 if(err) return cb(err); ^ ReferenceError: cb is not defined at Request._callback (/usr/local/lib/node_modules/datapackage/lib/index.js:166:20) at self.callback (/usr/local/lib/node_modules/datapackage/node_modules/request/request.js:123:22) at emitOne (events.js:77:13) at...
Previously we hadn't specified `layout: false` and so it started looking for `main.handlebars` giving a ENOENT error. This was unexpected and probably shouldn't have be a minor version bump. The...
The arc command `AA` is convient but difficult to reverse, which would assist #3. Also on my Roland DPX-3300 it uses 5° by default, which isn't quite smooth enough for...