Bernát Gábor

Results 118 issues of Bernát Gábor

## Feature Request Would be nice if I could do: ``` memray table dump/*.bin ``` instead of ``` memray table dump/a.bin memray table dump/a.bin memray table dump/c.bin ``` **Describe the...

```python class Key(TypedDict): stepId: str # noqa: N815 ```

# Bug report When using this plugin under python3.8 or later it behaves differently than running under python3.6/python3.7. ## What's wrong Take the test project https://github.com/tox-dev/tox/tree/rewrite, using `flake8-pytest-style==1.3`. When running...

bug

We don't have official conda support, but things kinda worked. This is no longer the case post #1976. Seems conda copies the venv module into its environments, and it's a...

enhancement

Per @balopat: Yeah, this is still an issue - https://github.com/pypa/virtualenv/issues/480#issuecomment-285003214 is the right direction. Easy to reproduce: 1. activate virtualenv 2. `exec fish` 3. activate virtualenv again Fix: before `exec`,...

bug

based on feedback https://github.com/pypa/virtualenv/pull/1481#discussion_r363312122 from @asottile > right, but now it can't work with single quotes within the path -- using pipes.quote when substituting will make both of them work...

enhancement
help-wanted

At the moment interpreter lookup fails when ``distutils`` is not available, e.g. on some Ubuntu Python distributions. Error: ``` 113 failed to query /usr/bin/python3.6 with code 1 err: 'Traceback (most...

bug

From https://github.com/pipxproject/pipx/issues/638 @uranusjr > I love virtualenv.discovery, but virtualenv is a big thing to pull in. I would reach for it every time if the functionality could be extracted into...

enhancement
help-wanted

cc @asottile Probably here https://github.com/pypa/virtualenv/blob/8636e51747/src/virtualenv/seed/embed/base_embed.py#L32

enhancement

pyenv.cfg does not contain ``` base-prefix = /usr base-exec-prefix = /usr base-executable = /usr/bin/python3.6 ``` when using the venv creator.

enhancement