Eric L. Frederich

Results 28 issues of Eric L. Frederich

[this line](https://github.com/python-attrs/attrs/blob/0d04d5e7fc6de9eb6d70839dfda994d2a4bfa80f/src/attr/_make.py#L746) makes it impossible to have a class like the following. I believe it should be possible. ```python @attr.s class Foo: spam = attr.ib() eggs = attr.ib() _eggs =...

Bug

## Description of the problem, including code/CLI snippet Initial keyset pagination support was added in commit 0b71ba4d2965658389b705c1bb0d83d1ff2ee8f2, however it is still not: - supported from CLI - able to be...

There are file and directory names which are legal in Git and most operating systems but illegal in Windows. They should be avoided in case a developer happens to use...

Hi, neat project. I'd like to contribute some features... but first, can we clean up this code? There's a lot of changes to look through. There are no trojan-horses in...

Consider using a src directory. This facilitates running tests against what is actually installed. https://hynek.me/articles/testing-packaging/ I have been bitten by this. I've had tests pass locally but fail within a...

Please disregard if I'm doing something bone-headed. It may be due to my lack, of either asyncio or Qt knowledge. I'm trying to show two dialogs, one after the other....

question

subprocess module has calls which take lists of arguments making it impossible for the video link to contain something malicious which could escape the youtube-dl call.

This tool currently does not work with GovCloud. The only region I have specified in my config is `us-gov-west-1`. I get the following error: `Error: failed get caller identity: InvalidClientTokenId:...

kind/enhancement
status/help-wanted

It only took minor changes to make this work with Python 2.6. The current stable version of RHEL (6.5) is still on 2.6.... no need to code against 2.7.