Glen R. Goodwin

Results 10 issues of Glen R. Goodwin

It appears as if the `highWaterMark` setting for the channel write stream cannot be configured. `freshChannel()` does take an options object that it gets `highWaterMark` from, but `new Channel()`, `createChannel()`...

enhancement

Currently when processing our application, ember-css-modules, concats all the *.css files into a single file. This includes `app/styles/*.css`. Unfortunately, it seems to do it in whatever order it wants and...

From the npmbox readme.md file... BREAKING CHANGE May 26, 2017: npm 5 will break npmbox * **WARNING! npm v5 is not compatable with npmbox**. * Unfortuantely, this means npmbox will...

enhancement

This is a new feature request to add the ability to npmunbox to just list the contents of an npmbox file.

enhancement
Pull Request Welcome

The primary goal of npmbox is to serve as a prototype of the behavior that we would actually like to see added to npm. A feature request against npm exists...

question

Is it possible to use Mysql2 in server mode with the server using SSL? If not, should it be able to do so? Just enabling SSL with capabilityFlags doesnt seem...

server

Add the font() definition method. This method is important to allow fonts to be bundled by the bundler and making ZephJS "compiled code" standalone as much as possible. The font...

enhancement
in progress

Add the autofocus() method to the proposal. autofocus() will when given an element adds the autofocus attribute to the element.

enhancement
proposal

Implement the autofocus() polyfill as described in #6 and in the proposal.

enhancement
polyfill

Setting a `fields` configuration that does not have a `level` value, will prevent any log message from being generated. For example... ``` Log.init({ fields: "timestamp,text,args" }); ```