Adrien Boitelle

Results 8 comments of Adrien Boitelle

My current workaround involves creating a custom font and using numbers to display the desired string, and 0 for an empty string. https://i.imgur.com/PuNy9ZD.png

Latest version of the API (`20220705`) On `beatmaps/{beatmap_id}/scores/users/{user_id}/all` we have both `id` and `legacy_id` available and they are correct On `scores/mania/{legacy_id}` we have the legacy_id repeated in all three id...

@timo-klarshift I don't remember why I mentionned ffmpeg at all, and looking at my project it seems like I didn't seek an alternative. Thank you for the fix though :)...

Alright :)

This seems to be happening when using a recent version of Python (3.12) Downgrading to 3.10 worked. (3.11 should work)

This is not about downloads not working, this is solely about the error popup.

The colour of the bar on the side beeing different from the username feels kind of weird doesn't it ? All those colours reminds me of a twitch chat, if...

This is quite annoying as the entity manager also prevents you from initializing an empty array by default. This requires a nasty workaround especially when working with Typescript.