Łukasz Langa
Łukasz Langa
I will accept this. My only ask is to change the term from "unnamed section" to "top-level section". My reasoning for this is that an "unnamed section" brings to mind...
That makes me think: a top-level section suggests that values in it will be easily accessible via interpolation from other sections. This is not the case in the current form...
> Some INI files don't have any section header, or they have keys before the first section header. Therefore it's good to support such a nameless section, which is what...
The sympy file in the benchmark can be downloaded from https://raw.githubusercontent.com/sympy/sympy/master/sympy/integrals/rubi/rules/sine.py I can confirm the benchmark goes much faster compared to `main`. In fact, my benchmark results are more dramatic....
Agreed, I have this on my internal TODO list.
Thanks for your report. This will be fixed in the next release.
I have no issue on principle with supporting builds on Mac OS X 10.9 even if that's no longer supported by Apple. That being said, it's a question worth asking:...
Hey @aggieNick02, thanks for this fix. It looks promising. However, the change should go against the `main` branch and not 3.10 as the issue needs fixing in 3.12 and 3.11...
@adam-grant-hendry, man, don't be like that. Don't treat maintainers of an open-source project like they owe you anything. The license is pretty explicit about the reality of the situation. I...
There's many projects, last ones I learned about were: - http://github.com/pypa/warehouse/ - https://github.com/pytest-dev/pytest - https://github.com/fabric/fabric - https://github.com/hynek/prometheus_async General guidelines: 1. Make one commit with only the automatic formatting. Afterwards you'll...