Piotr Mitros
Results
2
comments of
Piotr Mitros
If you want to patch the version on pip by hand, these two lines in generator.py do it: ``` _SAMPLE = resource_string(__name__, 'default/sample.txt').decode('utf-8') _DICTIONARY = resource_string(__name__, 'default/dictionary.txt').decode('utf-8').split() ``` If you'd...
Thank you for the review and feedback. I do not have a minimal failing test case. This is being (consistently) triggered in the context of a large system and I...