TrimPeachu

Results 5 comments of TrimPeachu

Hi @alexsomesan , This resource is **not** part of a module. `var.k8s-required-configmaps` is defined as so: ``` variable "k8s-required-configmaps" { default = [ "test.A", "test.B" ] } ``` And correct,...

Hi, is the info I have provided sufficient @alexsomesan or is there something more I can provide so you are able to assist me with this issue? Thanks :))

Can confirm that @JStooke's fix worked for me as well in preventing the 'Invalid page number' error. In my case, however I was able to detect that root of problem...

Downgrading to 0.25 did fix the issue. I would guess that this issue is caused by changes to the endpoint.py in most recent version

I just skimmed trough the code so I might be wrong, but I would try deleting condition `and not self.def_man.under_attack` on line 440 of game/village.py ```python if ( self.get_config(section="farms", parameter="farm",...