Dutcho

Results 7 issues of Dutcho

`pip install acora` produced an error: ``` [...] building 'acora._acora' extension error: Unable to find vcvarsall.bat ``` which is factually correct, as I don't have Visual Studio installed on this...

# Feature request: Support for more recent Python versions * Date you used Cookiecutter PyPackage: 20 Nov 2022 * Cookiecutter version used: 2.1.1 * Python version: Python 3.11.0 * Operating...

Please Help

# Feature request: Support for typing * Date you used Cookiecutter PyPackage: 20 Nov 2022 * Cookiecutter version used: 2.1.1 * Python version: Python 3.11.0 * Operating System: Windows 11...

The `join()` documentation states “Types supported are 'inner' and 'left'”. However, *more* types are supported, as shown in the error message for below snippet: ``` >>> duckdb.values((1, 2)).join(duckdb.values((1, 3)).set_alias('right'), 'col0',...

### What does this change Fix [issue #2253](https://github.com/joke2k/faker/issues/2253) on `ssn()` in 'nl_NL' provider. ### What was wrong Generated `ssn()` values had unique leading 8 digits, which is *not* a BSN...

needs:tests
stale

# First 8 digits of result of `ssn()` in 'nl_NL' provider are (needlessly) unique ## Issue The `ssn()` code generates the first 8 digits by calling `random.sample(range(10), k=8)`, so only...

stale