Alex Tremblay
Alex Tremblay
**Is your feature request related to a problem? Please describe.** This feature request is related to #30 **Describe the solution you'd like** I'd love to find some way to reinitialize...
Hello poetry team, here is a draft fix for issue python-poetry#6521. It does not currently include a test, as I am not sure how to write a test for it....
Hi All, not sure if this qualifies as a feature request, or if it's already possible and just needs to be documented? pipx by default installs its virtualenvs in a...
If i run the following code: ```python from pathlib import Path from yasha.cli import cli Path('template.j2').write_text("{{ var is string }}, {{ var }}") cli(['--var=foo', 'template.j2'], standalone_mode=False) assert Path('template').read_text() == 'True,...
currently, data from multiple file variables are shallow-merged together, which is to say that if two data files each define a mapping/object with the same name and different keys, the...
Hello, Thank you for making centaur-tabs, it looks awesome The screenshot in the repo makes it seem like you can have multiple tabs with different extensions in a single tab...
### Environment * Python version: 3.10.4 * Nautobot version: 1.3.5 ### Steps to Reproduce 1. Configure secrets / secret group `gitlab` to authenticate to gitlab server 2. "Extensibility" > "Git...
for https://github.com/ktbyers/netmiko/issues/3273
It would be nice for netmiko users to be able to locally develop drivers for new hardware or modify / extend existing drivers and dog-food them for a while before...