Patrick Arminio
Patrick Arminio
Hi there! I have a project that has an option command line interface, which can be installed via `pip install lib[cli]` This is not a big deal, but I was...
We should see if we can reuse this: https://sandpack.codesandbox.io/ It seems to be mostly for javascript usecases, if I understood correctly it uses a bundler for running the code (https://sandpack.codesandbox.io/docs/advanced-usage/client#hosting-the-bundler),...
Current we always re-execute the code when the "file" changes, and when we do that we set a variable called `browser_page` to the URL we defined in the preview browser....
At the moment we get this error when running the code for the first time: ``` from e django.core.exceptions.ImproperlyConfigured: The included URLconf '__main__' does not appear to have any patterns...
It would be nice to allow users to write multiple files. We could even change the default template to be the django one
When using pylance/pyright you get a missing stub file error, see: And this makes all usages of types trigger an error: In order to fix this we need to tell...
### Is your project's development setup fully automated? How to use it? Not yet, but as long as you have poetry installed you can get up and running fast :)...
Hi there, would be possible to get a better diff for multiline strings? Right now it prints the "\n", which is not ideal, example here: