Dominic Monroe

Results 171 comments of Dominic Monroe

https://github.com/SevereOverfl0w/gulp-nodemon uses a version without the gulp task enforcement, in case you wanna stick it temporarily in your package list.

Incidentally, I ran into this again recently using ant design. It's form library clones the children and injects onChange and value props.

There's an implementation of this in https://git.sr.ht/~severeoverfl0w/helix-sev

@lilactown You're right, that's a limitation right now. It has that limitation because I didn't think it was possible to implement things such that this limitation wouldn't exist. I think...

I took a stab at this today. This was a little more boilerplate than expected, but actually didn't turn out so bad. ``` (defn syntax-highlight-pprint "Print a syntax highlighted clojure...

For `#>` instead of using a string/join to build an array literal, an array should be passed instead. This will allow for escaping parameters as required (no sql injection then!)

I would also like this to use this. It would be useful for including pretty print extensions, e.g. https://gist.github.com/hail2u/1566304/006f92706638c806e73507ea09d396cc495245c6

I've just run into this too, I think this plugin needs to pipe the buffer contents to a file rather than trying to read it directly. Or you can use...