rnd256
rnd256
Hi @endel, thanks for the fast response as always :) That's exactly what I'm referring to! Here are the two spots where I think an issue could occur: * https://github.com/colyseus/colyseus-unity3d/blob/4472b4db8ba39a7705d001b96b86d18cee3218ea/Assets/Colyseus/Runtime/WebSocket/WebSocket.cs#L485...
My temporary workaround is to completely disable the garbage collector by commenting out this line: https://github.com/colyseus/colyseus-unity3d/blob/f80f7f402ad2e51c4ebad59db389c0b4d05ee1ad/Assets/Colyseus/Runtime/Scripts/Serializer/Schema/Schema.cs#L648 That seems to prevent both of the above errors.
@wolveix thank you for the response - Yes, I can confirm that user ID 1000 has ownership and read/write access to `${HOME}/game-data/satisfactory-server` and all the subdirs that get created within...
FYI, I ended up switching to using the `didstopia/satisfactory-server:ubuntu-18.04` image, since I was able to get that one to work instead. Thank you for your help! I'll leave this issue...
Nope, no Synology NAS - I was running it on an Ubuntu PC with an Intel CPU
This is something that was really confusing to me too. I would expect Fava to do one of the following: 1. Generate the unfiltered report, then remove any results that...
> so, can we consider the tampering of the content of a cookie unfeasable? (once a decent key is provided) No, it seems alarmingly easy to tamper with these "signed"...
Thanks for your response, @yagebu. After spending more time on this, I think report filtering is really what we're after here. ie. Generate an entire balance sheet with no filtering,...
FYI for folks wanting to accomplish this, I've been using the command line: `bean-query main.beancount "SELECT date, narration, position, balance WHERE account = 'Assets:MyAccount'" | less`
> This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 3 days. So every...