Jeremy Darling
Jeremy Darling
Cool, so with the latest changes I get the same results for the current codebase as I do the new code base that uses rouster and I can run it...
It shouldn't, but as I don't use Linux I'd say test it :). I just fixed it for Windows.
I like this idea, we require in quite a few packages that require in versions of packages with vulns (Hapi 13 as an example) that don't make use of the...
Seems like this should be done with dict, but that doesn't work :( ```jsx import TForm from 'tcomb-form'; const FormRender = TForm.form.Form; const Phone = TForm.dict( TForm.String, TForm.Number ); const...
Here is a start (the code to encode source stream or file into base64 chunk data): var encodeStreamForEmail = function(source, callback){ var content64 = source.toString('base64'); var chunklen = 76; var...
Some more info: River version: 2.0.5 ES Version: 1.4.2 Mongo version: 2.6.6 OS: Ubuntu 14.04 Local development replset with a single instance in it (master only). And this is what...
No problem, PR listed above.
Like the other two, I would love to see a simple example. Being new to WebPack and HMR its very difficult to wrap my head around how to setup my...
Nevermind, figured it out, I'll be posting an example project soon and will post a link.
And, here is the example code: https://github.com/jdarling/hapi-react-redux-hmr Gotta admit, its probably a bit more than a simple example needs. Its basically my project stripped down to a basic boiler plate.