Jeff Barczewski

Results 162 comments of Jeff Barczewski

@xdgc patch worked for me on Mac OS X 10.10.5. I had previously installed libav from brew and just cloned the untrunc repo and run the g++ compile command. Thanks!

@mik01aj when you build joi-browserify currently **it actually isn't minified and that includes inline source maps**. Look at what the build.js is doing. He should not have named it min.js...

I believe this is the httpTimeout which defaults to 120000ms Increase the httpTimeout by passing in options to whatever AWS API you are using, so if using S3 ```js const...

Also I found that if it is timing out for your from invoking it via cli locally, you should set the env variable AWS_CLIENT_TIMEOUT to override the default 120000ms timeout...

Well different issue than what I was experiencing then. Mine went away with these changes. On Tue, Feb 26, 2019 at 6:11 AM Tiago Coelho wrote: > @jeffbski this is...

@keirlawson see if the latest versions also do the same thing

Thanks @Marsup! @keirlawson in your project try installing the polyfill for String.prototype.normalize. `npm install unorm` Then just require it. ```js require('unorm'); // this will add normalize to the String prototype....

You could raise an issue in the source repo hapi/joi https://github.com/hapijs/joi This repo was just trying to make it easier to use in the browser. Now that they are planning...