Christopher Hiller

Results 432 comments of Christopher Hiller

@crutchcorn Thanks for the heads-up. I'll keep an eye on it. I'm not sure I love the idea of a "total rewrite" as tossed around in that issue, but this...

@bcherny Thanks. The code was: ```json { "type": "string", "anyOf": [ {"format": "hostname"}, {"format": "ipv6"} ] } ``` Changing it to this solved the problem: ```json { "type": "string", "anyOf":...

though, curiously, `hostname` _did_ get converted to `string`, but `ipv6` _did not_. (I can speculate that there's a bug where only the first item in an `anyOf` inherits its type...

FWIW I wouldn't be opposed to extracting nearly all of `corepack` into a library. 😄

@bahmutov Is this something we want to keep?

I haven't looked at this lib too deeply, but are there constraints around how much data you can stuff into localStorage? Especially on mobile platforms?

* **#402** : 2 dependent PRs ([#403](https://github.com/boneskull/midnight-smoker/pull/403) , [#533](https://github.com/boneskull/midnight-smoker/pull/533) ) 👈 * **#504** : 1 other dependent PR ([#499](https://github.com/boneskull/midnight-smoker/pull/499) ) * `main` This stack of pull requests is managed by...

> [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite....