John "codefu" McDole
John "codefu" McDole
Ball physics feel "slow" by default. While the ball feels reactive after hitting bumpers, normal ball movement appears to be going through molasses. I.e. the ball doesn't appear to accelerate...
# Description Tiled supports animated tiles, and now Flame does as well...  ## Checklist - [x] The title of my PR starts with a [Conventional Commit] prefix (`fix:`, `feat:`,...
# Current bug behaviour `isometric` vertical size is wrong (e.g. map of x:4, y:1) - its meant to be more like hexagonal. # More information I'll fix it
# What could be improved Tiled supports animated tiles. tiled.dart looks to parse them. We can support animated tiles easily once #1910 lands. # Why should this be improved Animations...
# Current bug behaviour Tiled maps multiple images (either multiple atlases, or multiple single-sourced images) will not render correctly in staggered modes. It may not operate correctly in other modes...
## Checklist - [x] I made sure that the feature I am proposing doesn't already exist - in as much as I searched the code for `ogg`, `opus`, and `vorbis`...
### Steps to reproduce ## Problem On my system (windows 11) - I cannot run or build my app for windows with `flutter run -d windows` or `flutter build windows`...
## What happened? Paste in '🏳️🌈' highlight and copy just that flag Paste again. Receive 🏳️ Expected: 🏳️🌈 Noted: if you hit the right arrow again, the selector doesn't move...
`Request` and `Response` are immutable and so is the `context` member. The documentation for context makes it seem easy to signal information to middleware and handlers. 1. Update `context` to...
I'm working on a flight sim controller with display on my arduino. When sending commands via serial_port, I've noticed my data is getting queued up and burst out every second....