Pat Horsley

Results 9 comments of Pat Horsley

Here's a node script for how I use it. Pretty messy but it gets the job done. My use case is parsing a lot of configaration and util functions and...

Cool as. Those charts are cool, I like that sankey graph! Also just a heads up in case you hadn't noticed but the app uses [bootstrap](http://getbootstrap.com/components/) for most of it's...

Actually just remembered it's a custom build of bootstrap css I'm using & doesn't include everything so some of the components & css in the docs might not work. I'll...

``` "npmCheck": { "ignore": "package-one,package-two,..." } ``` Man that would be a nice feature to support natively. I regularly have packages that are known to break if upgraded it would...

Hi, hmm double check your firebase security json is configured correctly. Check the write rules for history. The docs could be out of date or firebase has come quite a...

I dug in to this today and realised while there is a bug in the isDifferentPointerPosition util that wasn't what was causing our tests to fail in versions >= 14.4.0....

Coolies. What were you wanting to add to mobile columns? I'm not hugely keen on adding more to the mobile UI on the table just due to space but if...

[This issue](https://github.com/jhudson8/react-chartjs/issues/19) helps with getting a legend to show.

[Heres some reading for Newbs that do care](https://www.katsbits.com/tutorials/textures/make-better-textures-correct-size-and-power-of-two.php) 😄 From the article > ... [ensure] 2D image assets conform to regulated sizes and dimensions, which typically manifest as; 1) width/height...