Kux
Kux
When you click Sign In/Join, only an empty window opens (about:blank) Using Google Chrome 88.0.4324.182
Update?
There is are [machine-readable format](https://lua-api.factorio.com/latest/json-docs.html) for the factorio api. Could your extensions use this? It should be easier than to scrap the html documentation.
https://github.com/Afforess/Factorio-Stdlib/blob/master/stdlib/area/area.lua  that should probably look more like this: return (Area.size(area)
If I use this lib in my mod, I don't have any class/function documented. and it is very tedious to search the HTML page or the code for every little...
On first start you have to login to you GitHub account. But the login comes not from the standard browser. https://prnt.sc/8HUPdBzRjiqs So I do not know from where the page...
How to setup a comfortable development environment? So far I haven't used the debug mode yet, because I don't really have an idea how to use it. Current setup: I...
I have loaded the mods directory in VSCode loaded Kux-CoreLib 2.1.0 from mod zip file:///e%3A/Program%20Files/Factorio/1.1/mods/Kux-CoreLib_2.1.0.zip loaded base from data file:///e%3A/Program%20Files/Factorio/1.1/data/base loaded debugadapter 1.1.11 from mod zip file:///e%3A/Program%20Files/Factorio/1.1/mods/debugadapter_1.1.11.zip 0.925 Loading mod...