Adam Fanello

Results 16 comments of Adam Fanello

Connected with this, I just got a Zod validation error on the email address containing an apostrophe, which @camboui just pointed out **is** permitted. --- I see that's covered by...

@NKjoep Just search for how to URLSearchParams with http.get. There are many examples on stack exchange. Just pass the `new CustomQueryEncoderHelper()` into the constructor as shown above, and otherwise use...

I just immediately hit this bug while trying to use this project for the first time and writing my unit tests. The PR #8 has a unit test that demonstrates...

Proxy mode fails with error `self signed certificate in certificate chain`

Reproducible example: setup ``` % npm init % npm install typescript esbuild super-profanity ``` **try.ts** ``` import { profanity } from "super-profanity"; console.log(profanity("words yo")); ``` Bundle on CLI with esbuild:...

I updated to beta 4, and it still looks good to me. 👍 🚀