Claudio Jolowicz
Claudio Jolowicz
Thank you for providing this API! I'm using your API to simulate COVID-19 transmission for Germany, together with some other data sources: https://github.com/cjolowicz/covid19 This is probably a rather naive model....
The following should print hello after running test but doesn't. ``` echo hello | ( node_modules/.bin/run-p test; cat ) ``` `run-p` should not read from stdin unless it's using it....
Cloning with a remote callback results in HEAD pointing to the user's `init.defaultBranch` instead of the default branch of the cloned repository. ### Reproduction steps This uses pygit2, I haven't...
**Is your feature request related to a problem? Please describe.** This project depends on pbr to compute its `__version__` attribute at runtime. For Python >= 3.8, this dependency could be...
From [jest-environment-enzyme](https://github.com/FormidableLabs/enzyme-matchers/tree/master/packages/jest-environment-enzyme#jest-environment-enzyme): > This package will also simplify your test files by declaring React, and enzyme wrappers in the global scope. This requires [eslint-config-jest-enzyme](https://www.npmjs.com/package/eslint-config-jest-enzyme) to pass the linter. But how...
**Issue** After installing a new Python point release `X.Y.Z+1` using pyenv on Mac, `virtualenv -p X.Y` still uses the previous release from its cache `X.Y.Z`. ~~This issue seems specific to...
Cloning with a remote callback results in `HEAD` pointing to the user's `init.defaultBranch` instead of the default branch of the cloned repository. See repro below. Looks like an upstream bug...
Export pinned requirements from `poetry.lock` to `requirements.txt`. This PR is a follow-up to #833 and #834. If a `poetry.lock` file is present, use the Poetry CLI to export the pinned...
Support [PEP 517](https://www.python.org/dev/peps/pep-0517/) package builds using the `pyproject.toml` file. This adds support for build backends other than setuptools, such as [poetry](https://poetry.eustace.io/) and [flit](https://github.com/takluyver/flit). This PR is a follow-up to #833....
See #1168 Replace the third component with a placeholder to avoid the busy work.