Daniel Friesen

Results 142 issues of Daniel Friesen

This library seems to already require being explicitly included in a site in order to use it to inspect formik forms. So the browser extension seems unnecessary given the demo...

**Issue type:** [ ] question [x] bug report [x] feature request [ ] documentation issue **Database system/driver:** [ ] `cordova` [ ] `mongodb` [ ] `mssql` [x] `mysql` / `mariadb`...

bug
new feature
driver: mysql
driver: mariadb

This avoids bugs caused by moment-twitter and the parent loading different instances of moment.

Node has implemented native support for ES2015 modules with an `.mjs` extension. True modules that function according to the spec. One limitation of the spec differences between real ES modules...

I took a look at this library for configuring the express server in one of my projects. The plugin support with features like eson.ms is awesome. However the argv parsing...

I'd like to propose we support JSX attributes with ES2015's computed property names I am opening a separate issue from ["AssignmentExpression in JSXAttributeName#21"](https://github.com/facebook/jsx/issues/21) because: - The opening comment of that...

Proposal

I was porting a script (ssmount) I was working on from commander.js to nomnom (I wanted to set a dynamic default and wasn't happy with commander's limitation in the area)....

This looks nice and simple, and would have been useful to me. But it looks like the shell command is run without doing any quoting or escaping of the data....

MDL defines the following in the SASS for `.mdl-layout__header`. ``` sass @media screen and (max-width: $layout-screen-size-threshold) { & { display: none; } .mdl-layout--fixed-header > & { display: flex; } }...

need info

The request version in use by the current version of this library / `cldr-data` uses a version of request with a uuid warning. ``` warning cldr-data > cldr-data-downloader > request...