Andrey Andreyevich Bienkowski

Results 55 issues of Andrey Andreyevich Bienkowski

[According to the documentation](https://2.python-requests.org/en/master/api/#requests.Response.iter_content) when stream=True iter_content(chunk_size=None) "will read data as it arrives in whatever size the chunks are received", But it actually collects all input into a single big...

I want to know when a command other then the last command in the pipeline fails for any reason. If a command in the middle of a pipeline fails, the...

error
priority-high
v1
error-handling

* Fedora 32 ships libgit2 1.0.0. * According to [the change log](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst) support for libgit2 1.0.0 was only added in pygit2 1.2.0 * gitfs requires pygit2==0.28.2 => I can't install...

I was very surprised to find the following statement buried [in the middle of your documentation](https://uscilab.github.io/cereal/serialization_archives.html). > cereal was not designed to be a robust long term storage solution -...

I have installed your debian package and compiled the following code: ```c++ #include #include #include int main() { std::time_t time = std::time( nullptr ); std::cout

The https://reuse.software specification is the standard for providing machine-readable licensing and copyright information. I believe: * machine-readable metadata is a good thing. * licensing and copyright matter * automation is...

It looks like monkey-project.com is currently only available over the insecure HTTP. HTTPS is not perfect, but it is (as far as I know) the best tool to protect the...

Given a file line-bug.txt with the following contents ``` requests==2.25.0 \ # comment ``` ```py3 import requirements list(requirements.parse(Path('line-bug.txt').read_text(encoding='utf8'))) ``` throws an exception ``` ... ~/.local/share/virtualenvs/pip-OwC7W1fl/lib/python3.8/site-packages/pkg_resources/__init__.py in parse(s) 3133 @staticmethod 3134...

```py3 import requirements list(requirements.parse('cffi==1.14.3 --hash=sha256:22399ff4870fb4c7ef19fff6eeb20a8bbf15571913c181c78cb361024d574579')) ``` Throws an exception ``` InvalidRequirement: Parse error at "'--hash=s'": Expected stringEnd ```

[tldr-pages](https://github.com/tldr-pages/tldr) requires that all contributors sign a CLA. For the signing workflow they use cla-assistant. When I tried to log into cla-assistant it first asked for permission to see my...