Gweneph

Results 16 comments of Gweneph
trafficstars

I think this is referring to the blue boxes that show up on connected entities: 1. Blue for electrically connected entities, 2. White boxes that show up on inserter connected...

To deal with mods it's probably a lot easier to just have factorio do the heavy lifting: 1. start a game with default map gen. 2. use RCON to send...

So I have a working build that adds this feature (it just conditionally calls `ListenAndServeTLS` instead of `ListenAndServe`). This works for both the http stuff as well as the websocket....

Well, FSM is the only place my server would be using TLS; so there'd still only be one place that it would need to be set up. And at least...

I saw issue #298 is to request to allow using ssl certs. Is there currently a way to use an ssl cert? or is this just for if/when that feature...

I got it running with vs code docker integration, but it's not pretty cause there's permissions issues that I haven't sorted out yet. If you're interested in a half working...

I believe this issue was fixed three years ago, but was never released to pip. The issue is/was caused by the buffer passed to the dll not being null terminated...

What's the status of this? I saw some news that GDB 9 has PRU emulator support, but haven't found much else about it.

Oh, interesting. Thanks for your insight! I think I got around the GUI launching issue by requesting the download with the isTarget=false parameter from /updater/get-download rather than /get-download-link, but I...

Indeed, I just tested out my update script on the Linux GUI version and it doesn't use the update slave so it worked without the race condition issue. It also...