damienrj
damienrj
### Environment data Version: 1.46.1 Commit: cd9ea6488829f560dc949a8b2fb789f3cdc05f5d Date: 2020-06-17T21:17:14.222Z Electron: 7.3.1 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Darwin x64 19.5.0 ### Expected behaviour https://code.visualstudio.com/assets/docs/editor/intellisense/intellisense.gif ### Actual behaviour setup ```python...
VS Code version: Code 1.42.1 (c47d83b293181d9be64f27ff093689e8e7aed054, 2020-02-11T14:44:27.652Z) OS version: Darwin x64 19.3.0 Steps to Reproduce: 1. Attach to container 2. Install Python Extension 3. Try to connect to service behind...
Now that we have python working via hermit, it should be easy to support zipapp stand alone applications. ([Reference](https://docs.python.org/3/library/zipapp.html#creating-standalone-applications-with-zipapp)). This just requires needing python available on the system. I think...
Currently you can point to a local file as a source, but this is only used at install time. It would be ideal to just use that directory directly for...
``` hermit install python3-3.9.11 pip3 install poetry==1.2.0b1 poetry install ``` Poetry appears to be having a problem with all packages with the cache permissions. ``` Installing collected packages: setuptools Attempting...
**Cache and Success colors are too close together** Caches and Success colors are very close together, and if red/green colorblind almost impossible to tell apart  **Steps To Reproduce** 1....
I would like to use https://dash-bootstrap-components.opensource.faculty.ai/ but this requires being able to use external style sheets. `app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])`. Is it possible to pass this in?
### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...