Alexander Kachkaev
Alexander Kachkaev
You are right @thorn0: interior spaces should not be collapsed, [according to CommonMark](https://spec.commonmark.org/0.30/#example-337). ``` `foo bar baz` ``` β ``` foo bar baz ``` I can create a PR with...
Potential fix: https://github.com/prettier/prettier/pull/13590
Thanks @andersk! Iβve incorporated your change into https://github.com/prettier/prettier/pull/13590 π
Iβm facing the same issue in these two PRs: - https://github.com/kachkaev/njt/pull/186 - https://github.com/blockprotocol/blockprotocol/pull/709 Here are some third-party packages that have problems with default exports when `"moduleResolution": "NodeNext"` or `"moduleResolution": "Node16"`:...
Is there a workaround (say, via vercel.json)? Trying to [migrate `njt` to yarn berry](https://github.com/kachkaev/njt/pull/29) and am getting the same error.  **UPD**: Just found this...
Great news @TooTallNate π I just tried setting `FORCE_BUILDER_TAG=canary` in [my project](https://github.com/kachkaev/njt/pull/29)βs Vercel dashboard and it worked! WDYT of updating the [knowledge base](https://vercel.com/knowledge/does-vercel-support-yarn-2)? It still says that Yarn 2 is...
@nathggns WDYT of marking this PR as draft till `dev-graph` is merged into `main`? Not sure we should finish this PR till then to avoid extra work.
π @donavon could you please release this change when you have time? π The PR closes https://github.com/donavon/use-persisted-state/issues/69, which in turn fixes peer dependency issues for thousands of people. I struggle...
Experiencing the same issue now in GitLab CI when trying to use `--cache-from`. For some reason the base image in `Dockerfile` gets pulled every time. My `.gitlab-ci.yml`: ```yml # CI_BUILD_REF_NAME:...
This is a very important addition for many folks including those using [ant-design](https://github.com/ant-design/ant-design). Because [`@zeit/[email protected]`](https://www.npmjs.com/package/@zeit/next-less?activeTab=versions) is two years old and webpack 5 is close to become a default version, itβs...