Bernhard Gally
Bernhard Gally
Right, so I took a closer look at the code: The biggest problem is that `.MapResult` does not necessarily return an integer but rather a generic type meaning that the...
This is not a bug. The README states: > Special Attributes > Dapper.Contrib makes use of some optional attributes: > * [Table("Tablename")] - use another table name instead of the...
Any particular reason #57633 got closed without a comment? This is still an issue in v3006 and it seems to me as if that was the correct solution. I'd be...
I also just came across this weird behaviour in `Terraform v1.0.3` As @xelarate86 already mentioned, omitting the default parameter in the variable resource causes terraform to ask for a value...
Your `.env` file looks very different from the default `.env.model`. Is your production DFIR-IRIS v2.0.0 or above? The `.env` files are not compatible, from my understanding. This setting does not...
> ``` > iris-7b84c44569-ptdvt iriswebapp-worker [2025-11-25 09:32:27,614: ERROR/ForkPoolWorker-3] Task app.iris_engine.module_handler.module_handler.task_hook_wrapper[0046e209-4375-4208-8add-e643bedb0d60] raised unexpected: Exception(TypeError('encoding without a string argument')) > iris-7b84c44569-ptdvt iriswebapp-worker Traceback (most recent call last): > iris-7b84c44569-ptdvt iriswebapp-worker File "/iriswebapp/app/iris_engine/module_handler/module_handler.py",...