tekay37
tekay37
In class AbstractCreationalQuery you have this method: ``` public function setValues(array $values) { $this->values = \array_filter($values); return $this; } ``` which also removes all elements that have a '0' value.
After playing around with this a bit more, wrapping each procedure into a struct does not cause that LLVM error: ```odin proc_type :: #type proc() -> (int, bool); dyn_procs ::...
I 100% agree that the application should handle the KeyboardInterrupt. That's why I opened this issue. I use thespian behind FastAPI, and my code for startup and shutdown looks something...
I was referring to the fix I suggested. Here is the thespian.log. I only snipped some file paths: ``` 2023-01-27 10:26:15.873589 p27796 Warn Actor my_project.actors.LoggerAgent @ ActorAddr-Q.ThespianQ.b got signal: 2...
Now with log level DEBUG: ``` 2023-01-27 12:07:21.788259 p42676 dbg ++++ Starting Admin from D:\~\.venv37\lib\site-packages\thespian\__init__.py 2023-01-27 12:07:21.789777 p42676 I ++++ Admin started @ ActorAddr-Q.ThespianQ / gen (3, 10) 2023-01-27 12:07:22.674982...