Sxderp
Sxderp
1. I'm not sure how to run the tests.. So letting GitHub do that, hopefully they work. 2. `__aiter__` could have been added to the some of the existing test...
Encoding doesn't make sense when opened in binary mode. As the added tests don't have any binary mode tests I think this may be an oversight. What I'm not sure...
I'm not sure about this one. I feel like there's a valid use case. Suppose you have a consuming API that takes a string but your data structure is using...
Does this include `with` blocks? I think the following is common, no? ```python with open('js.json', 'r', encoding='utf8') as fd: imported_js = json.load(fd) ```
Probably personal bias. I was hit by this and it seemed unexpected. Nothing broke as I found out via the changelogs (I was doing an update cycle). This has been...
I believe this issue has to do with OneDir. The `--output` flag is only used to reach into Salt's outputters / renderers. It's likely masked since most installs of Pepper...
I can probably help with this. But Rob could go more in depth. 1. Required to intercept headers and figure out if the extension should open the dialog 2. History...
> We're trying to figure out what exactly needs to be done here. It seems you cannot _remove_ SHA-1 as a supported algorithm from a PGP key. It's actually mandatory...
I'm not sure about the naming but that number of levels would work for most of our use case. The way we label item locations is generally: Building Room [Section...
I'm having the same problem on A14. I don't think the outdated tag is appropriate. I've seen the same as @Jim-Bar in that the drawer "opens" but is invisible. I...