joseasv
Results
2
issues of
joseasv
In the test_schema.py from simple_app should be: res = q.resolve_message({'id': id}, None, None) instead of res = q.resolve_messages({'id': id}, None, None)
Hello. I was trying the hot code reload feature of Nim following the official docs (https://nim-lang.org/docs/hcr.html). Sincec I got that SDL2 example running I wanted to try that feature with...