Brad Isbell

Results 73 comments of Brad Isbell

I made some changes in a fork: https://github.com/bradisbell/authom/commit/894fc773bed45160cfbe2de999574c807a038bac If that change looks good, I will put in a pull request. But, please let me know if this commit doesn't make...

Is this still an issue? My read on the docs was that this wasn't removed, but maybe I misunderstood.

If you do this, please do make it optional. Remember, there are potentially private domains that are perfectly valid. `[email protected]` is valid depending on the context.

@ValeriyDyachenko It's best to leave comments in the code. Your bundler can handle this task.

Any additional thoughts on merging this? Before I reinvent the wheel, I'd rather switch to your existing implementation.

You can use the AnalyserNode which is far more efficient, but you sacrifice accuracy. Use `AnalyserNode.getByteTimeDomainData()` or `getFloatTimeDomainData()`. https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/getFloatTimeDomainData Take the resulting data and do what you're already doing in...

I have strong opposition to this. Node.js is used for far more than web applications. Adding bloat to the core hurts these other types of applications and their portability, while...

We are using Sharp as part of an in-house on-the-fly image re-sizing cluster to handle all of our real estate listing photos at [HomeFinder.com](http://www.homefinder.com). Our old system used ImageMagick to...

@tahoemate Yeah, I ended up switching to this package: https://github.com/ironSource/node-regedit It's not as efficient, but works well enough. Unfortunately, it seems that windows-registry-node has been abandoned. It hasn't had meaningful...

@smdahlen No issues with rsync on Windows 7 x64 here with v0.5.4. ``` C:\Brad\project>vagrant -v Vagrant 1.5.2 C:\Brad\project>vagrant up --provider=digital_ocean Bringing machine 'default' up with 'digital_ocean' provider... ==> default: Using...