forbjok
forbjok
Sure. Here's a small "testing ground" project I made that shows it off. On startup, it will now render tiles only half the tilemap, and add a new tile to...
Gparted does not optimally align partitions either. I ran into the alignment issue yesterday, and the only way I found to make properly aligned partitions was to manually calculate the...
Same issue. As far as I can tell the issue is that OutputStream ties itself to a specific physical device at the time of creation. This means that if the...
I think the best solution for this particular situation would be an option to use AssemblyFileVersion instead of AssemblyVersion. Alternatively, or additionally, an option to only set the AssemblyInformationalVersion without...
I'm getting the same issue when trying to use the dynamic feature both with the VS2019 linking tool and LLD. I tried @Bloodyaugust's fix, but that just results in a...
I'm also getting a large number of these warnings after upgrading to 0.9. The ones that get the highest number of "missed" events seem to be from systems that only...
> Like right now if a system asks for Res where Foo doesn't exist it panics. This is one thing that makes the lack of support for run conditions on...
> By keeping the component around (sometimes empty) we can avoid the frame delay and reuse much of the existing `Event` machinery. Would this mean you could do it without...
If the internal functionality to achieve this already exists, then maybe some convenience traits similar to what I describe could be written as wrappers around it to make it more...
> While events in entities has the potential to be a good solution, I don't think it is the correct tool for this kind of situation: each Events instance carries...