Dave Hirschfeld

Results 89 issues of Dave Hirschfeld

**Is your feature request related to a problem? Please describe.** The bar charts showing the percentage of time on each line are useful to visually identify and quickly hone in...

**Is your feature request related to a problem? Please describe.** If you don't have an OpenAI key and *don't want* AI suggestions it's a distraction having a lot of UI...

When using pytest on CI you often want to test doctests / unittests / intergration tests separately. To enable this usecase it would be good to have a `--doctest-only` flag...

type: enhancement
topic: collection
plugin: doctests

### Description There are a wide variety to objects that get mapped to strings which would seem to preclude being able to properly deserialize them with `msgspec` :cry: Simple example...

### Is your feature request related to a problem? It would be useful to be able to split a `yarl.URL` in a dictionary of it's constituent parts. ### Describe the...

enhancement

I'm trying to get tags associated with container images by hitting the below endpoint: ```yaml route: GET /orgs/{org}/packages/container/{container}/versions ``` * https://docs.github.com/en/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-an-organization When using this action the returned data appears to...

It would be nice to have a choice of terminals to open. i.e. allow the user to configure multiple different terminals and allow them to choose which to open when...

### What would you like added? Allow subscribing to events via `wss://webhook-forwarder.github.com` ### Why is this needed? This will allows users to connect to a websockent endpoint to receive events...

enhancement
needs triage

AFAICS the value of the Python interpreter used in the container is *hardcoded* to `python3`? https://github.com/microsoft/vscode-docker/blob/8e591b8634583af0a0a3dc1f60015cb8bdab6d83/src/debugging/python/PythonDebugHelper.ts#L120-L122 The `exec` command looks like: ``` docker exec -d seautnsquetz-dev python3 /debugpy/launcher 172.17.0.1:37973 --...

enhancement
investigate
Python

When using the generator in the Prefix discord channel `grayskull` creates a recipe for `sqlmermaid` with the below requirements: ```yaml requirements: host: - python >=3.8 - flit_core >=3.2,=3.8 - sqlalchemy...

bug