Alexander Kachkaev
Alexander Kachkaev
Hello from May 2019 👋 Same problem here 😅
I briefly checked the implementation of `describe`, it seems to be creating a new instance: https://github.com/colinhacks/zod/blame/03f2f080c4bb0ccd4434748a6e930ebdd1bd75a6/src/types.ts#L499-L505 The implementation of `describe` has not been changed [since Oct 2021](https://github.com/colinhacks/zod/commit/e2389b0312fb1b280a90d4bd1f10d099178aec9a), according to git...
I wonder if there is any way to hide icons on smaller screen, i.e. to provide min width (or screen size) beyond which the icon is visible. Smaller screens can...
👋 @kantuni! Which version of Prettier are you using? Can you please provide reproduction steps? For the plugin to work in VS Code, it is necessary to list it in...
Prettier 3.0 has [dropped support for automatic plugin search](https://prettier.io/blog/2023/07/05/3.0.0.html#plugin-search-feature-has-been-removed-14759httpsgithubcomprettierprettierpull14759-by-fiskerhttpsgithubcomfisker) because it had a lot of hard-to-solve issues (https://github.com/prettier/prettier/pull/14759). Prettier plugins are is usually installed locally and are declared in Prettier...
I updated instructions for now: https://github.com/gicentre/prettier-plugin-elm/commit/56c32aedec6402f7a0ad6a21cb7ecd298c2d5882. @jwoLondon feel free to improve them if you see any opportunities.
Hmm, that’s odd. What was the context in which your were getting this error? This repo runs tests against Prettier v1, v2 and v3, so I it’d be great if...
I restarted the failed job - let’s see if it works.
In Next 16.0.0, the contents of `next-env.d.ts` is non-determenistic. Running `next dev` generates this: ```ts /// /// import "./.next/dev/types/routes.d.ts"; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript...
Can this be considered as closed via https://github.com/vercel/next.js/pull/85273?