Alexander Kachkaev

Results 463 comments of 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. ![Screenshot of vercel dashboard with logs](https://user-images.githubusercontent.com/608862/96364153-337f9100-1131-11eb-983d-7ee72280cc6b.png) **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...