Peter Lu

Results 5 issues of Peter Lu

**Describe the bug** `reply+vmfhl&j62fr&&2b6c0c3fb5835b76f680b3a23d3166d199c70c626677e090db5f24712f5ca3c3@mg1.substack.com` is being rejected by `isEmail`. Not sure why its invalid. **Additional context** Validator.js version: 13.7.1 Node.js version:17.x OS platform: linux

🐛 bug

### Is your feature request related to a problem? Please describe. Gmail will add bcc recipients to their respective MIME headers, so that each bcc recipient sees their own bcc...

Feature Request

### Contact Details [email protected] ### What happened? Running `vite dev` yields ``` Uncaught SyntaxError: The requested module '/node_modules/date-fns/locale/en-US/index.js?v=d7efcdb5' does not provide an export named 'default' ``` along with a bunch...

bug 🐛

Hello! Thanks for publishing this toolkit. I am having issues getting it to track any marker (printed or on my computer screen). I have tried both the single (with both...

I'm parsing as follows: ``` datetime_data, parse_status = cal.parseDT(incoming_msg, tzinfo=pytz.utc) ``` but the resulting `datetime_data` is based on the timezone of my local machine instead of UTC. What's the correct...