Caleb Hattingh

Results 29 issues of Caleb Hattingh

It seems there is no wheel for Python 3.10 on PyPI yet: https://pypi.org/project/nnsplit/#files Is there anything I can do to help with 3.10 support?

An issue occurs when a commit on IOS-XR results in an error. I see this with `CiscoIOSXR.send_config_set()`. After the code sends the `commit`, it then runs `IOSLikeDevice._read_until_prompt()`, but _if the...

Apologies if this feature already exists. I didn't find it. I'd like to run `flit publish` automatically at the end of a CI build. If the current version already exists...

The `vim-conda` plugin takes way too long to load, 400-500 ms based on `--startuptime` timings. The `subprocess` calls are surely a big chunk, but we can be smarter in how...

enhancement
help wanted
performance

Currently we are adding the `site-packages` for an activated env, but it seems we really also need to add the stdlib path, otherwise py3-specific stuff in the stdlib isn't found.

enhancement

Based on a mixing together of some strands in other issues: what about a "funding wall of superpowers"? Imagine something loosely like the Python 3 [wall of superpowers](https://python3wos.appspot.com/), but where...

These are documentation typos only, there are no code changes or logic changes.

enhancement
help wanted
good first issue