Deniz

Results 124 comments of Deniz

I like the idea, but it raises a bunch of questions: 1. What happens if the `retryOnError` promise rejects with another error? Ignore that error and throw the original error?...

Importing/executing `dotenv/load.ts` will export the parsed values to the environment of the current process, i.e. it will do `Deno.env.set` for each variable, _unless_ the variable is already set in the...

To anyone curious, **`z.switch` has NOT been released** (as of version 3.22.4) But it would be nice if some maintainer could clarify: - Has it been decided to remove `z.discriminatedUnion`?...

Could someone please take a look at this PR?

It's not unusual that extensions like this one are removed from the Chrome Web Store. My bet is they filed a copyright complaint against it.

Do you have a idea on how to implement this?

@stefan6419846 Sorry, I'm not sure I understand what you mean. :) My PR/issue was created to warn users about using `default_app_config` if they _do_ use it. It's been about three...

@dsherret Thanks, I'll try your suggestion. But just to verify, is there literally no Node.js equivalent of `addEventListener` and `removeEventListener` at all, or have they simply not been shimmed yet?...

Did anyone ever take a look at this?