Pearce Keesling
Pearce Keesling
@mitorn Did your investigations have any success?
I saw similar issues. Might be worthwhile to see if shrinking the alacritty window makes it faster. It sounds like the whole window gets redrawn every frame so the larger...
I would agree that it is a lot better (I'm also on a faster computer now), but it is definitely still noticeable compared to just using kitty tabs or tmux.
For what it is worth, the material docs specifically call out that you shouldn't do this. ```Don’t use icons in snackbars. If your message needs an icon, consider using a...
I just spent a long time trying to figure out why my collisions weren't happening. So I definitely agree that this would be a good change.
I was thinking about it some more, what would be really good in this area for me would be to have a `CollisionWorld::apply_transformation`. Then you don't have to even grab...
Thanks for the fast response! ``` Cuboid: Isometry { rotation: Unit { value: Complex { re: 1.0, im: 0.0 } }, translation: Translation { vector: Matrix { data: [420.0, 100.0]...
I found out that I was using CollisionGroups incorrectly and once I made that change a lot of collision bugs went away, including this one. I'm not sure how collision...
I'm not super familiar with how the crate works in its entirety, but from the brief digging I did when I first looked it shouldn't be too hard to add...
Looks like a great start to me! If we just add some of the typescript keywords then I think it should be good enough for basic syntax highlighting. Also, I'm...