Andrzej Klajnert

Results 8 issues of Andrzej Klajnert

Here's my example test file: ```python import docker import vcr #@vcr.use_cassette() def test_docker_images(): env = docker.from_env() images = env.images.list() assert images ``` The test works fine, but if I'll uncomment...

enhancement

Fixes: #624. The following directory structure will now be collected correctly. ``` . ├── link -> . └── test_recursive.py ```

When `fp.register` stubs an asyncio subprocess, and a callback is provided, `process.stdout.read()` or `process.stdout.readline()` will loop infinitely. When no callback is provided, the function works as expected. Raised originally as...

Small code example: ```python def __eq__(self, other: Any) -> bool: return str(self) == str(other) ``` The plugin reports `FNE005 Return type of the function is bool, but the name doesn't...

### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request On...

discussion
web

### Description I have noticed a strange behavior in `1.0.222`, not sure if it was before. I had an `x` in front of the first `---` in my command markdown...

bug

### Description Previously the opencode would change the name of the session based on the prompt, so it was easier to locate on the sessions list. Now, the session name...

bug