codesandbox-client
codesandbox-client copied to clipboard
An online IDE for rapid web development
PNPM supports the `workspace:^ver` format in package.json, which `yarn install` doesn't support. If a `pnpm-lock.yaml` is found, it should do a `pnpm install` instead. https://ci.codesandbox.io/status/gqless/gqless/pr/180/builds/119442
## What kind of change does this PR introduce? Added the external resources back to vanilla to improve the code quality. ## Checklist - [x] Documentation - [x] Testing -...
## What kind of change does this PR introduce? Fixed the overflow that exists in the homepage to improve the user interface and user experience. ## Checklist - [x] Documentation...
I clone codesandbox-client to local I use yarn install and running yarn start, but it seems not work What could I do? ``` yarn run v1.22.17 $ yarn build:deps &&...
💥 Crash Report What were you trying to accomplish when the crash occurred? > Please use this issue template to describe what you were doing when you encountered this crash....
# 🐛 bug report ## Description of the problem Whatever I do, my sandbox is stuck at the 'Transpiling Modules' step... ### To Reproduce https://codesandbox.io/s/rq-pagination-issue-cyjfcy ### Your Environment | Software...
### Discussed in https://github.com/codesandbox/codesandbox-client/discussions/6713 Originally posted by **Tula-Magar** May 25, 2022 Here is the link where I explained and posted: https://stackoverflow.com/questions/72385638/embeded-iframe-from-code-sand-box-is-giving-lots-of-warming-and-few-errors
# 🐛 bug report ## Preflight Checklist - [ x] I have read the [Contributing Guidelines][contributing] for this project. - [ x] I agree to follow the [Code of Conduct][code_of_conduct]...
# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...
Hello CSB Team, I am working on a component-based template engine called [Mask](https://github.com/atmajs/maskjs). This PR adds a new file extension (.mask) with the syntax support. It would be great, that...