Mateusz Naściszewski
Mateusz Naściszewski
I got this crash by planning a short, straight road segment, followed by a massive circle _almost_ perfectly wrapping around to the start of the straight segment.
Simple reproduction method: 1. Plan straight road segment, and build it 2. Plan another road segment on top of the previous one, and build it. The game should stop simulation...
This seems to happen when moving any straight road segment
@haadcode Yes, I tested the install updating Electron to 1.4.3, and everything seemed to install correctly (after `npm link`-ing packages depending on `go-ipfs-dep` with the Windows fix). Now, my Windows...
I suggest adding a generic `--search-archive` flag, so this can support different types of archives (like zip files) in the future. This would be really helpful for me, as I...
My view of how the implementation should roughly look: - ripgrep, with an appropriate cli flag should be able to recurse into and open archive files as a pseudo-directory, and...
@ghuls That is definitely not the issue here, the file command accepts multiple files as arguments. That means: ``` $ file badfile1 badfile2 badfile1: cannot open `badfile1' (No such file...
I don't know if this is related, but new MangaUpdates entries seem to default to a score of '-1.0' instead of not having a score assigned like earlier versions of...
I'm now certain the issue is due to the invalid rating value and the app having no backoff of any sort. Series of HTTP requests when the bug happens: ```...
How could I do that? The memory profiler in Servo only shows `3771.41 MiB -- vsize`, with everything else under 250MiB. Edit: Full memory report ``` Begin memory reports |...