Peter Gorniak

Results 62 comments of Peter Gorniak

We technically support fan expansions, but no more have been submitted since the original one. Closing this in favour of opening more specific issues if they arise.

Hasn't been released on pypi, sorry. I need to do a sync.

new version got uploaded to pypi

Thanks! I'll try to get to testing and reviewing this weekend.

As a note right away, it does look like you need to `pre-commit install` and then `pre-commit run --all-files`. Also, look at the failing card db compile tests?

> I have run `pre-commit run --all-files` to lint and test & committed the updates. So far it seems that Compile Card DB / `pytest -k "test_languages"` runs fine on...

> > I have run `pre-commit run --all-files` to lint and test & committed the updates. So far it seems that Compile Card DB / `pytest -k "test_languages"` runs fine...

This works for me locally now. I'm guessing you maybe need `sudo`?

So I'd like to land this, but I'm getting ``` dominion_dividers --language=cs ** Warning: --tab-side with 'alternate' implies 2 tabs. Setting --tab-number to 2 ** fish: Job 1, 'dominion_dividers --language=cs'...

This seems to have something to do with not specifying an encoding in the `setlocale()` call. If I use `locale.setlocale(locale.LC_COLLATE, (lang, "UTF-8"))` this works on my machine. Otherwise it runs...