Geir Sagberg

Results 22 comments of Geir Sagberg

Would be awesome if you could register the new version with bower, the existing one is outdated it seems (uses `darthwade.dwLoading` instead of `darthwade.loading`, so the Getting Started fails).

Actually, seems like it should be pretty easy: https://rider-support.jetbrains.com/hc/en-us/articles/115001610564-How-to-repack-ReSharper-extension-to-Rider-plugin Maybe I will give it a try myself this weekend :)

Haven't found the time yet unfortunately. Will post here if/when I do :-)

I'm facing a similar issue on macOS in Bevy when key repeat rate is set faster than FPS (15ms key repeat, 16.7ms fps), see https://github.com/bevyengine/bevy/issues/5909

I have a similar issue; @terinjokes could you show that example you mentioned?

I do use the dev tools, sometimes, just not all the time; and as for the disturbance, I suppose that is a matter of preference :) I could make the...

PR updated to make log level configurable, default is error as today.

As far as I can tell, the last section is highlighted as soon as you hit the bottom of the container. I work around this by setting the last section...

Related problem, seems to be an issue whenever key repeat rate is faster than fps: https://github.com/bevyengine/bevy/issues/5909

I have a feeling this is related to `winit`, but I don't know enough about the underlying dependency to know if it needs to be fixed there, or if it...