Carson Full

Results 78 comments of Carson Full

Here's a yarn patch file that fixes both this & #1094 [ts-auto-mock-npm-3.7.3-caa6a18d65.patch](https://github.com/user-attachments/files/16382209/ts-auto-mock-npm-3.7.3-caa6a18d65.patch)

I don't like the separate exports approach, like `luxon/strict`. Then you have two types and its easy to mix them up and hard for your editor to know which one...

I can't make any runtime changes, but I've improved the types: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/65078 ```ts DateTime.now().toISO(); // string ``` ```ts const input = DateTime.fromISO('...'); input.toISO(); // string | null if (input.isValid) {...

@BrentSouza Yes, you're right. My bad. Looks like `DateTime` was fixed in DefinitelyTyped/DefinitelyTyped#67756. Do you want to PR a fix?

I'm happy to give anyone access to GitHub. I don't have any idea about the website/forum. All of this is so old and unmaintained. I'm not even sure what this...

> @CarsonF could you possibly give access to jonisb and me, then we can start from there. Done. I'd recommend migrating the website to host from GitHub to keep it...

@Ian-Zz you want to be an org owner here too?

Domains can be transferred, yes. I'd recommend creating a private org repo specifically for these org related secrets and private access info. DNS shared account login, etc. That way any...

Kinda long. `assert_one`? Too ambiguous? `assert_exactly_one` would remove the ambiguity, but doesn't gain anything over OP.

Thank you @iRyusa @jrit! I opened a PR for Juice: https://github.com/Automattic/juice/pull/497