Oskar Löfgren
Oskar Löfgren
According to the [WHATWG Spec.](https://fetch.spec.whatwg.org/#concept-filtered-response-opaque), status should be set to `0` for a so called `opaque` response stemming from a `mode: "no-cors"`-request. Interestingly enough, it's not considered an "OK" response...
Supported commands: all commands accepting a `path` argument (ls, rm, mv, edit, show). **Caveats** Completions must match exact structure of paths. As a result, it doesn't: - support db-prefixes -...
This is potentially quite cumbersome, but would be nice with shell (bash/zsh/fish) completions populated with matching entries from the database 🙂. Thoughts? Do you have any experience with generating necessary...
> @sindresorhus Would you accept a PR that takes an option to keep the decimals on whole numbers? I'm using this library for a progress indicator thingy which keeps updating...
I'm trying to define an alias for an option, but it's not working if used with neither `zod.default()` nor `zod.optional()`. Try it out: https://codesandbox.io/p/devbox/infallible-jones-ys358t?file=/string-default-alias/source/commands/index.tsx:6,1 Run `npm run build` (maybe followed...
Took a stab at supporting async validation. Currently, the UX is suffering, though. The program seemingly hangs, without any feedback to the user. We should probably kick off a spinner...