Credomane Evonguard
Credomane Evonguard
https://pkisharp.github.io/ACMESharp-docs/User-Guide.html Indicates that the ACME Vault is to be initialized with the function `Initialize-ACMESharp` which PowerShell complains doesn't exist. After some googling around and head scratching I discover the quick...
**Describe the bug** Sorting catalog with a search term present yields incorrect results. **To Reproduce** Steps to reproduce the behavior: 1. Go to `catalog` tab 2. Enter a search term....
Seems the the /support/http_patch.lua is broken on newer luasocket revisions. My distro recently updated luasocket to the version you can find on this [github page](https://github.com/diegonehab/luasocket) or directly at [http.lua](https://github.com/diegonehab/luasocket/blob/master/src/http.lua). OCEmu...
### Is your feature request related to a problem? Please describe. If you go to `Settings (wrench icon) -> Application Keys` then you can see all application keys for all...
Chunkgen seems to loads chunks as quickly as it can with no apparent limiter. If forge doesn't unload chunks faster than chunkgen is loading them the server eventually dies. The...
Adds the "JsConsole" to Lua! Call them like so: console:log("Lua console:log()"); console:info("Lua console:info()"); console:warn("Lua console:warn()"); console:error("Lua console:error()"); console:debug("Lua console:debug()");
Been trying to require another JS file only results in errors. I can't seem to find any way to make the require function work. Absolute paths seem to work but...
I wrote a player death javascript based on the `_event-somethingDied.js` script. I've checked my code several times over. It seems that when a player dies to spike traps or starves...
I'm sure I'm doing something wrong but I can't figure it out. Is there some way for me to override the "expected" return type that I'm overlooking? I'm on Arch...