Brian Park

Results 3 issues of Brian Park

I added `memwatch` to package.json and ran `npm install`. When I tried to execute a script that uses `memwatch` I got the following error: ``` module.js:349 Module._extensions[extension](this, filename); ^ Error:...

When I use `fields.number()`, it validates even if the field is not a number. ``` js import forms, { fields, validators } from 'forms'; const nestedForm = forms.create({ age: fields.number({...

Feature Requests
Needs More Info

Not sure if there's a module for this, but in the code, it would be more readable if we use constants like: `if (status === HTTP.NOT_FOUND)` instead of `if (status...