David Palao
David Palao
Could you please tell me if this test is in the right direction and what else would you like to see there?
Hi, again. The current best practices in the python community is to use a static source of metadata for a project in a `pyproject.toml` file instead of using `setup.py` (even...
Hello, I got a traceback in flit while trying to publish a package: ``` $ flit publish Found 360 files tracked in git I-flit.sdist Built sdist: dist/MyPackage-0.5.0.tar.gz I-flit_core.sdist Copying package...
Hello, I have noticed that seaborn-0.12.0 takes much more time (see the numbers below) to create a `lineplot` *without error bars* than seaborn-0.11.2 used to. The following code snippet demonstrates...
This should close https://bugs.gentoo.org/864259
Hi, First of all, thank you for this helpful package. I am working in a Python project that uses `kineticsTools` and I would love to trigger its installation as a...