arnaudsjs
arnaudsjs
According to the README.rst, the `parse=` and `serialize=` options are file specific configuration. In practice these options can also be specified to the global configuration section.
**Problem description:** The arguments of the `tornado.concurrent.chain_future` method are annotated with the `asyncio.Future` type. The documentation and implementation of this method on the other hand indicates it also supports `concurrent.futures.Future`...
The code snippet mentioned below will wait indefinitely until an element becomes available in the queue, while according to the documentation it should immediately raise a TimeoutError when the queue...
When I use the procedure in the README to build pydantic-core, the build fails. The issue can be reproduced in the following way: ``` git clone -b v2.16.1 https://github.com/pydantic/pydantic-core.git cd...
**Problem description:** The rendered documentation of a certain command looks as follows: ``` sample apply [-h] [-r] [--tree] [--dry] [--force] path default_string Positional Arguments path Specify path to provision script....
Version isort: 6.0.0 Version black: 25.1.0 Reproductive example (formatted with isort), but incorrect according to black. ``` # flake8: noqa: F401 import first # Some comment import second ``` When...
I created the following bash script that reproduces the issue: ``` # Setup project mkdir project cd project cat