Arne Claus
Arne Claus
I will add this to the 1.3.0 feature list. I suspect this will be a quite large change as I don't want to maintain two full APIs (public and private)...
While I did not have an in-detail look on angular, yet it seems a little too overpowered for my needs. From what I've seen react.js looks a lot better especially...
Yes and no. I would of course be interested to see how angular works out here but it might happen that there are certain aspects in angular that will make...
While such a switch is possible I would propose a different (maybe additional) solution. It's a little bit harder to do but also a quite interesting task for me ^_^...
Normally the user should be blocked automatically when he/she tries to login again if - The user is set to banned in vbb - The user is moved to a...
By default players you mean setting up certain players automatically for each raid? If yes, than no, there is no such feature. Disabling the number of players required is not...
To fix this you can use the following query: UPDATE raids_Raid SET Start = FROM_UNIXTIME(UNIX_TIMESTAMP(Start) + 3600), End = FROM_UNIXTIME(UNIX_TIMESTAMP(End) + 3600) WHERE Start >= "2014-10-26" This will move all...
I'll put that on the list. If my current refactoring evaluation / plan works out it might be possible to add this to 1.2.x. But it's more likely that this...
I can reproduce the same error as seen on 1.15 on 1.13.11, too.
Bumping the `github.com/hashicorp/vault/api` dependency to v1.14.0 seems to fix it. I did increase a couple of other versions, too. Upgrading to `github.com/hashicorp/vault/sdk` to `v0.12.0` lead to an error, that's why...