Jonny Buchanan

Results 154 issues of Jonny Buchanan

Since PhantomJS development has stopped

enhancement

It doesn't seem to do any harm, but still...

enhancement

I removed linting from an early version of nwb because code style is too divisive a subject, but create-react-app shows how useful including a default ESLint setup which only lints...

enhancement

You shouldn't have to move files around to swap nwb into an existing app for build tooling

config

Useful info from people who've done it in this thread: https://twitter.com/kentcdodds/status/1029391693370408961

enhancement

Webpack uses this field to optimize handling of re-exports, which is what you want if you're publishing a grab-bag of stuff and you want the unused parts to be tree-shakeable...

enhancement

Ref: getValue() in redux-form: https://github.com/erikras/redux-form/blob/72c33381da90014d5454b84a993ecf857e1e5476/src/createReduxForm.js#L44-L66

Step outside rendering via Widget objects by handing everything over and letting the user do what they want with it, hooking up the provided event handlers to get data back...

- [ ] Add `trim` option which gets passed as an option to get-form-data - [ ] Set `form.data` to the first displayed value for Selects with choices but without...