Gabriel Florit
Gabriel Florit
I see that render-vector is a task in the Makefile, but when I add it to the all task, I get an error. Probably because I don't have all the...
Is anyone planning on writing a brew formula for this? Otherwise I could give it a try.
First of all, thank you for writing this tool. It is no doubt a lot of work. I'd like to give elm (and this formatter) another try, but the default...
How do I use the generated JSON to create the chart with code? I ask because I see that Atlas charts are nicely responsive. Maybe there's a tutorial I'm missing?
example: 27 Saint Lukes RD Allston MA 02134 dstk places this at: 27 Sandy Way, Weymouth, MA 71 Rockdale ST Mattapan MA 02136 dstk: 71 Rockdale St, Braintree, MA 698...
For some inexplicable reason browsers render `pre` tab sizes with 8 spaces (8!). I'd personally like to set this to 2, e.g. ```css pre { -moz-tab-size: 2; tab-size: 2; }...
For example, this: ``` var pace = require('pace')({ total: 6838, itemType: 'points' }); ``` will result in this: 
I'm having a bit of a hard time understanding how to type the signature here. E.g. what would be the TS signature for the example in the README? ``` Español...
e.g. importing over 50K records takes about 10 seconds.