João Ribeiro Bezerra

Results 80 comments of João Ribeiro Bezerra

The issue here is that your ruleset isn't defining the `strike order`. Try adding `1,2,1` as an example. To be honest, the UI doesn't help a lot in confirming the...

Other option for this would be creating an intermission tab. There, we could have: - Next match - Message to display on screen - Timers

I'll keep this open and register here that the fix is to simply cast the number from str to int. Currently it compares numbers as strings so it follows the...

For new samples: - Showcase Japanese kana to romaji - Showcase animated alternating text (show player name, then twitter, then go back to name...) - Showcase alternating logos - Have...

Maybe if the starting animation uses classes like ".fadein" ".scrollDown" (and if there's support for mixing animations using gsap) it could be possible to make it reeeeeally easy for the...

The first 4 I think would be very helpful changes. In all data I work on using this repo's data, these come up as special cases because of how their...

Well, giving a context about the regional flags: - The program automatically updates `countries+states+cities.json` coming from https://github.com/dr5hn/countries-states-cities-database - The flags themselves come from this repository I made, which tries to...

This is highly related to https://github.com/dr5hn/countries-states-cities-database/issues/466. Maybe by default everything should be in English (i.e. "Lisbon") but have a translation key ("pt": "Lisboa"). Same for the so common federal districts,...

What would be good default hotkeys? I'm taking some time to work on TSH and would like some ideas! We could have not only score management like this but also...

Thanks for the update! I was able to generate videos with transparency like these: [output.webm](https://user-images.githubusercontent.com/7636440/214275357-6355a4a0-30b6-4ab6-9960-9c08001d70f7.webm) [output2.webm](https://user-images.githubusercontent.com/7636440/214275187-d0513c93-8b63-4e99-aa9a-e5d05d3ddd84.webm) Transparency will surely help, since I couldn't get rid of the pink background completely...