Eli Skeggs
Eli Skeggs
Time to deprecate/break things! Also a chance to start adding some tasty new APIs. Still very work-in-progress. I'll try and resolve #4 (including https://github.com/hapijs/isemail/issues/4#issuecomment-437772736) and #162. New things found while...
The linear error scale is somewhat useful for clarifying what you do and don't want to accept in an email address. Unfortunately, you might want to accept some "errors" above...
I'm not fond of the current API usage, especially the `errorLevel` option. It would also be nice to support email address normalization (removing comments and condensing other particles). What should...
Awesome project! Could be even cooler if you add support for info about the picture (bonus points for pulling metadata from the image itself)! As part of that you could...
This behavior improves jquery compatibility. In particular, this means that a 204 response with default params won't raise a `SyntaxError`. See https://github.com/jquery/jquery/blob/df6858df2ed3fc5c424591a5e09b900eb4ce0417/src/ajax.js#L762-L780
### Things to check first - [X] I have searched the existing issues and didn't find my feature already requested there ### Feature description Following up on https://github.com/agronholm/typeguard/issues/376: There isn't...
When the `entry` is specified relative to the rollup configuration, subsequent imports will be resolved relative to the unresolved `entry`, rather than being resolved in absolute terms. ``` js //...
Some scripts can't be directly converted by string replacement. A good example is a for loop: ```bash for value in 1 2 3 4; do echo "$value" done ``` This...
I realize you're no longer maintaining this bundle, and I'd love to contribute, but I'm not entirely sure how this problem occurs. That said, invoking a mixin with the +...
### Current Terraform Version ``` Terraform v0.14.5 ``` ### Use-cases Improve developer experience while using Terraform with a custom authentication wrapper by printing `argv[0]` instead of `terraform` when recommending the...