Langmans
Langmans
I stumbled upon https://gist.github.com/JordanDelcros/518396da1c13f75ee057 yesterday. Maybe a nice idea to integrate it? ```js tinycolor.prototype.blendWith = function (that) { if (!this.isValid()) { throw 'Invalid base color'; } if (!that instanceof tinycolor...
I'd like the ability to change session key in config - that means something other then auth_user.
Any way we can have it show healing? was thinking of just using a simple + as prefix, and then spell school colored (or just green).
OpenAPI
Hello, Are there any plans to have an openapi spec file available online somewhere, so that we can generate a client SDK using a tool such as swagger? That file...