Dane Hillard
Dane Hillard
It would open a lot of doors to enable long-running components to use third-party packages. Long-running components need to be placed in the `AutoLaunch` folder. [The docs](https://iterm2.com/python-api/tutorial/running.html) mention that scripts...
It would be awesome if the kubectl context component, when clicked, would show a popover menu of the available contexts via: ``` kubectl config view -o jsonpath='{.contexts[*].name}' | tr "...
When using tox to run tests for a Python package and installing testing dependencies through `deps`, there is potential for the package's `install_requires` dependency resolution to result in a package...
We have a runtime application that depends on packages from the file system that live up and over from the runtime application's directory: ``` βββ package/ βββ runtime-app/ βββ requirements.txt...
# Bug report ## What's wrong Currently, trying to use an attribute of a file from `request.FILES` that I know exists because I've set `settings.FILE_UPLOAD_HANDLERS` explicitly still results in a...
# Summary A useful feature of Coverage is to sort the report by the reported metrics ([docs](https://coverage.readthedocs.io/en/coverage-5.4/cmd.html#coverage-summary-coverage-report)), rather than just by filename. Especially in legacy or unfamiliar code, sorting by...
## Feature Request #### Is your feature request related to a problem? Please describe. The following are true: * Starship supports specifying a custom path to the executable for Python...
**This change:** (check at least one) - [x] Adds a new feature - [ ] Fixes a bug - [ ] Improves maintainability - [ ] Improves documentation - [...
**The problem** On mobile screens, tab controls can be challenging. Stacking may push content off the screen, and hiding them in a menu might create the need to tap a...
**The problem** We want the DX and the consumer experience for Pharos to be as fast and cheap as possible. **The solution** Enabling story store v7 and babel v7 will...