Jacob McIntosh

Results 3 issues of Jacob McIntosh

**Describe the bug** When help text is added to a field that does not have a default value, the help text indicates a default value of None when it should...

bug
good first issue

**Describe the bug** The 'set' type does not seem to be properly supported. **To Reproduce** Reproduction code: test.py ```python #!/usr/bin/env python3 from dataclasses import dataclass from simple_parsing import ArgumentParser parser...

enhancement
good first issue

In the dockerfiles you have this ``` # set home so that any '--user' knows where to put the erlang cookie ENV HOME $RABBITMQ_DATA_DIR ``` If building a different container...