Daniel
Daniel
It is a hodgepodge. There is a reason this is a draft PR, because its nowhere near ready to merge. I just wanted to have it in my branch. I...
Hi, I have been doing this for an automation project ```js let output = await shell.invoke(`Get-VM -Server ${server.ip} | Select-Object -Property Name,Uid,PowerState | ConvertTo-Json -Compress -Depth 99`); ``` The output...
New update on this. It seems that different commands produce different junk around the command. It seems deterministic, but very annoying. I do not get those warnings when running the...
Another advantage of server side rendering is mobile browsers/browsers running on embedded systems that may or may not want heavy JS.
If you are going to mimick autotorio functionality, I suggest using @demipixel’s existing work if possible, mainly https://github.com/demipixel/factorio-generators and https://github.com/demipixel/factorio-blueprint to both offload work and share the burden of adding...
No need to keep vanilla entities up to date, vanilla should be assumed, no special stuff needed. What needs to be kept up to date is normal entities from other...
But do you really save that much on performance by not allowing multiple event listeners? Wouldn't it be just as fast if you allowed multiple but printed a warning about...
Thanks for explaining and having a look 👍
Victoriametrics is already fully supported through prometheus/influx compatibility. This issue can be closed.
This probably happened because of #46, changing line 1308 of control.lua from `return string.gsub(pattern, "[^%w]", "%%%0")` to `return pattern` should work as per [these changes](https://github.com/anoutsider/advanced-logistics-system/commit/31d02bf52b688a18a1b24dcf98143700d73617e0)