Nathan Friedly
Nathan Friedly
Hey, you had bumped the plugin to version 3.0.0 at my request, but I had just today switched from my local hacked copy to your npm one, and then it...
Hey, I can't seem to get this to load correctly inside of gulp-mocha, I think because my copy of mocha is "hidden" inside of gulp-mocha, so when this one runs...
There doesn't appear to be any way to use `solr-client` with the connection tunneled through a http proxy, which would be a helpful feature for some users. I notice that...
A customer reported that when uploading hundreds of thousands of documents, a few could hit an "unexpected in of json" error here. This change adds the actual response text to...
Memcached has some new 'meta commands' that extend the text protocol, but do not appear to be supported in memcached-client (and presumably not in the njs server either. I'm not...
This strips \r's so that the tests pass on windows. I think there's still another bug lurking in there though.
Hey, I notice that my site partials get rendered as if they were just .html rather than .html.eco when I'm on Windows, so I grabbed a copy of the partials...
Fixes #24 (I think)
Hi, I'm new to some of this stuff, but I'm trying to just use the default stylesheet and not having much luck. It gets included, but none of the rules...
If there is any `=` in the cookie's value, component-cookie would loose both the `=` and everything after it. This PR fixes that. See also: https://github.com/matthewmueller/next-cookies/issues/20 Additionally, I couldn't get...