Misha Kaletsky
Misha Kaletsky
### Problem Using the output of the latest `develop` branch with cleye breaks its types. Screenshot below: I used `git bisect` to find what change broke it (In case you...
Closes #26 Changes: - removed the check against 1-character `flagName`s - added a check against 1-character flags with an alias defined Tests: - removed the test making sure 1-character flags...
### Feature request It would be good to be able to define a flag that's only one character. ### Motivations I came across it while implementing [trpc-cli](https://github.com/mmkal/trpc-cli), which uses `cleye`...
Related to #58 Related to #30
Hi, this looks fantastic! I would love to use this within another application (specifically, in https://pgkit.dev which is a work-in-progress set of Postgres tools I'm working on). Looking at the...
seems the website moved
Related to https://x.com/ssalbdivad/status/1826368190097895566 ## 🎯 Changes What changes are made in this PR? Is it a feature or a bug fix? Adds a `ParserArkTypeEsque` as a supported input type. Note...
Closes #505 This adds a `corepack project install` command, which is roughly equivalent to - `corepack enable && npm install` for npm projects - `corepack enable && pnpm install` for...
### Description ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [ ] It's really useful if your PR references an...
bug repro: https://stackblitz.com/edit/stackblitz-starters-swdj3e?file=index.test.js&startScript=test Basically, zod v3 wrongly reports a "normal" error rather than a union error for a union of strict objects (and presumably other unions that set status=dirty: ```ts...