Amnon Khen
Results
2
issues of
Amnon Khen
**Describe the bug** `RuntimeError: invalid RE code` error message when loading nameko stack trace: ``` Traceback (most recent call last): File "c:\users\amnon\appdata\local\continuum\anaconda3\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "c:\users\amnon\appdata\local\continuum\anaconda3\lib\runpy.py",...
**Is your feature request related to a problem? Please describe.** I need to read configuration before the Service class is instantiated. In the docs config is read using `self.get('name')` but...