Peter Gorniak
Peter Gorniak
Having the internal db be a set of JSON files is confusing to contributors and unnecessary now that we compile it from another set of source JSON files. It makes...
Especially for some full bleed printers lots more can fit if they're rotated.
We should use the builtin https://docs.python.org/3.8/library/importlib.html?highlight=importlib#module-importlib.resources instead of the external setup used right now.
I'd actually like to write a general library for argparse to do this for any app - I've run into this need several times. Barring that, just saving them to...
Running `isort --src '*/src/' .` results in ``` Traceback (most recent call last): File "/Users/pgorniak/.pyenv/versions/3.8.13/bin/isort", line 8, in sys.exit(main()) File "/Users/pgorniak/.pyenv/versions/3.8.13/lib/python3.8/site-packages/isort/main.py", line 1110, in main config = Config(**config_dict) File "/Users/pgorniak/.pyenv/versions/3.8.13/lib/python3.8/site-packages/isort/settings.py",...
Toying with the idea of using this...
### Describe the bug In this python code snippet: ``` app = aws_cdk.App() stack1 = aws_cdk.Stack(app, "stack1") tags = aws_cdk.Tags.of(stack1) tags.add("foo", "bar") stack2 = aws_cdk.NestedStack(stack1, "stack2") tags = aws_cdk.Tags.of(stack2) tags.add("foo",...
From BGG (user UnlimitedSystem): > Dear Sumpfork, > > I really appreciate the quick updates you've made to the Dominion Divider project. I recently wanted to print the dividers for...