forbjok
forbjok
It seems like whenever a tile is added using map.add_tile() to a position that did not already have a tile, the new tile is not rendered until another .add_tile() is...
There seems to be a delay on tiles getting updated, especially noticeable when the framerate is low. Here's a screen recording of my test project showing it by having the...
### What Operating System(s) are you seeing this problem on? Windows ### Which Wayland compositor or X11 Window manager(s) are you using? _No response_ ### WezTerm version 20220808-211601-d2892c6f ### Did...
As far as I can tell, there is currently no way to dump "pretty" YAML. This would be very nice to have, since you sometimes need to be able to...
When using Stamp.Fody (1.2.2 w/ Fody 1.29.3) on a project that has both AssemblyVersion and AssemblyFileVersion specified, AssemblyFileVersion gets overwritten by the AssemblyVersion. In some cases, this is a problem,...
## Bug Report ### Version 0.6.0-rc.2 ### Platform Windows 10 x64 ### Description `#[axum::debug_handler]` produces an error when using `Cow
If I try to install the blake3 npm package with `npm i blake3`, I just get this error message: ``` npm ERR! code ETARGET npm ERR! notarget No matching version...
Please fill out the templates below to the best of your ability, based on whether your problem is with using the website or with running your own server. ## Website...
## What problem does this solve or what need does it fill? Let's say you have a common system for handling a specific type of behavior - for example falling....
## What problem does this solve or what need does it fill? Just like with systems, sometimes observers are only relevant for a specific state. It would be much more...