Dabo
Dabo
Without this fix, such an error occurs when messages with a sufficient number of '0' numbers are created (with a non-zero number added to the end). An example: ```javascript global.diplomacyPacketTest...
### Bug/Feature description I'm playing an audiobook bought and downloaded from https://libro.fm/audiobooks/9781250880765-the-dragon-reborn. It seems like there's something odd in the audio encoding for some tracks. If I open each track...
Consider the following code: main: ```python import moda print(moda.module_value) moda.set_value(5) print(moda.module_value) print(moda.get_value()) ``` moda: ```python module_value = 0 def set_value(x): global module_value module_value = x def get_value(): return module_value ```...
If all versions of a crate have been yanked, it probably shouldn't show up in searches, at least I can't see why it would want to. If a user clicks...
There are currently a ton of tasks documented only as "TODO" comments in the source code, or aren't documented at all. Expanding each of these into a github issue would...
just discovered https://github.com/ryanisaacg/quicksilver. It looks like a surprisingly simple and mature 2d graphics library that could be used to make this client's visuals an actual thing.
Since `screeps-api` can connect to any different URL, this won't be hard to implement on the networking side. The main challenge will be a good UI for switching between the...
Just putting this here for now, it should eventually go in some documentation. The best tool I've found for debugging network is [mitmproxy], which can capture network traffic headed towards...
It seems like we can receive multiple pending updates for map views before switching rooms we're look at at all. Would be good to debug.
The repository is currently split into two crates, the `networking` directory, and then the main directory containing UI functionality. Ideally the networking module will made more self contained and easier...