Gabriel Florit

Results 32 issues of 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.

packaging
platform: Mac

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...

discussion

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; }...

enhancement

For example, this: ``` var pace = require('pace')({ total: 6838, itemType: 'points' }); ``` will result in this: ![screen shot 2013-08-30 at 5 30 04 pm](https://f.cloud.github.com/assets/370976/1060850/7c1b676c-11bc-11e3-9899-38d52047cd5d.png)

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...

question

e.g. importing over 50K records takes about 10 seconds.