knoxfighter
knoxfighter
With the new middleware implementation, every middleware is always executed. Now I have to check for labels by myself. Also the labels object is not used in your code at...
Environment(环境) -------------- name | version ----------|---------- IDEA version | #IU-193.5662.53 EmmyLua version | 1.3.1.136-IDEA182 OS | Ubuntu 18.04 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ 1. create two...
The js dependencies we use can all be updated. Some of them even a major version with breaking changes. Updating them is always a good idea to also eliminate all...
Current sqlite3 dependency is C based and therefore needs CGo. We don't want to have CGo as dependency therefore changing to a pure go library should be done. Will also...
I want to add the posibility to modify the mod-settings, like requested in #121. Currently reading and writing the mod-settings.dat is implemented. @mroote @sean-callahan My question is: should i make...
I noticed an error message popping up, when updating all mods (had 5 to update). The first three went through without any problems the other 2 had error messages showing...
We currently support to use the factorio server manager with a steam based factorio installation. This setup only results in problems and can be removed. When removing that feature we...
Currently the websocket connection is always made with `ws://`. When using a ssl certificate, we should use `wss://` to connect to the websocket.
Prevent running the github actions twice, when we create a PR from a branch on this repo.
This is only for testing if #246 is working correctly