Bastian Hoyer
Bastian Hoyer
You know that documentation says that queries are always recorded in debug mode? maybe the pull request should also change the documentation ( if it gets accepted )
that would be great, another interesting idea would be integrating python as script language into tg-cli .)
osx mavericks... I can reproduce it.. if i just disable the plugin with "ignored_packages" the cpu goes down to about 6% (looks like not everything get's disabled?) and when I...
Sublime Text 3, Build 3061 If I find time, I'll try to find out more what's happening
when you use the proxy instead of steam there is no local folder since you are basically then using the web client you can change scripts in the client or...
instead of renaming it to .mjs you can add `"type": "module",` to package json and you can replace the require with `import cfgi from "./screeps.json" assert { type: 'json' };`...
One problem after updating everything is that errormapper will stop working .. not sure which update it was e.g.: `[11:25:10]SyntaxError: Unexpected token ':' [main.js.map:1:47]`
as a workaround you can, if using docker-compose run the webhookd in the docker group. for example if the docker group is 124 on your host: ``` services: webhookd: hostname:...
I have created a similar plugin that allow axis control with buttons ( up, down, reset to zero ) and also with streamdeck+ dial. It also has a action with...
I have the same problem and the workarounds did not really work... but I try to find out more later