Sxderp

Results 13 issues of Sxderp

### What's wrong In Python 3.7+ a class `__aiter__` must return an async iterator object (an object that implements `__anext__`). An async generator (an async function with `yield`) is considered...

bug
help wanted
level:starter
good first issue

# I have made things! ## Checklist - [x] I have double checked that there are no unrelated changes in this pull request (old patches, accidental config files, etc) -...

### What's wrong I'm not sure why this would be invalid. ```python [ os.path.realpath(os.path.expanduser(conffile)) for conffile in ( os.environ.get('HOMESYSADM_CONF_REPO', ''), os.environ.get('HOMESYSADM_CONF_SITE', ''), *reversed(os.environ.get('HOMESYSADM_CONF_USER', '').split(':')), ) if conffile ] ``` ###...

bug
help wanted
level:advanced

# Rule request Inspired by https://www.python.org/dev/peps/pep-0597 The PEP is still draft, but I think WPS can implement before adoption. Even if the PEP is rejected I think this is a...

rule request

New release decided to change the behavior and disable redirects by default. This is clearly, and bold-faced, mentioned on the website documentation but is not mentioned in the GitHub readme....

docs
discussion

The problem with the original solution to #1202 is that it unconditionally focused the toolbar when the mouse hovered over it. This would cause odd behavior if you focused the...

✨ feature request

This may have to do with the recent updates, I'm not sure if it has ever worked. I only just recently switched from RHEL7 to RHEL8. -- Hopefully useful Information:...

bug

**Server (please complete the following information):** - Snipe Version: 4.7.7 - OS: RHEL 7 - Web Server: Apache - PHP Version: 7.1 **Is your feature request related to a problem?...

Is VLAN support on the roadmap for this driver?

### What's wrong The "magic number" entry is to flag numbers that don't have an associated context / semantic meaning. I think keyword arguments are sufficiently semantic. ```python #!/usr/bin/python3 import...

bug