Dominic Monroe

Results 171 comments of Dominic Monroe

Corrected some of my math which made automata look slower than it should.

I have added support for this in https://github.com/ztellman/rhizome/commit/3f9f23ecd10856dfca451ddbd614775856b0fcbf the commit builds upon my open PR, but doesn't depend on it. I will open a PR when I get a chance...

I'm a little unsure about whether I can replace the `cluster?` code, as I couldn't infer it's purpose.

gulp-load-plugins may not work for csstyle as it isn't prefixed (e.g. by `postcss-`) Also, in your example you are including 3 "s" it should be 2.

Any yeoman generator based on Gulp/Grunt (i.e. anything with a postcss/sass plugin) could easily be modified to use this. A better solution may be to provide instructions on how to...

Yellow/red sounds good, even if change our mind later, it's better to be functional for the time being.

Is it possible when writing a bemenu client to implement a custom native filter right now? Just making sure I understand that limitation, it seemed to me that the list...

See: https://github.com/junegunn/vim-plug/issues/34 for why you shouldn't `^=` the rtp. Also consider that `after/` has to be manually added for these packages, and that it should be grouped alongside the other...

I've managed to invent a solution, the trick is in converting the attrs to a list, because `to-js` doesn't handle those. I have a copied version of `to-js-map` in my...