Endre Szabo

Results 14 issues of Endre Szabo

I implemented the support to use the `-F` ssh client argument. This allows using a custom `ssh_config(5)` file, which my setups rely on heavily. Tested working :)

* **I'm submitting a ...** [ ] bug report [x] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...

enhancement

### Ansible NetBox Collection version v3.7.1 ### Ansible version ```bash ansible [core 2.13.3] config file = /home/e/.ansible.cfg configured module search path = ['/home/e/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.10/site-packages/ansible...

bug

# What's Changing and Why Fixed how the crop function calculates the slice range size. This bug happens with the 'shortcut' where cropped image-to-be starts from original image x=0, and...

Added command line argument to let users define their own `dmenu` prompt string.

### pynetbox version v7.0.1 ### NetBox version v3.6.1 ### Python version 3.11 ### Steps to Reproduce Consider this simple modifying of a given attribute: ```py >>> import pynetbox >>> nb=pynetbox.api('http://127.0.0.1:8000',...

type: bug
severity: low
status: needs owner
app: pynetbox

I guess `randrctl` tries to parse the resolutions as an integer. Sometimes, there are characters other than number in the 'mode' string. For instance my `VIRTUAL1` output has the following...

help wanted

**Describe the bug** neolink does not detect cameras that get disconnected. **To Reproduce** Steps to reproduce the behavior. Example: 1. Create this configuration file: ```toml bind = "0.0.0.0" [[cameras]] name...

bug

I just briefly tested the lib to see if it would fit my use-cases. I have a `wireguard-go` (=UAPI interface) running an interface, with an IPv6 peer. Upon getting the...

I am aware that a Client actively tries to reconnect to a server that became unreachable. However, the Client will not try to connect to a server that was reachable...