Dean Herbert

Results 1970 comments of Dean Herbert

Updated proposal: ```sql TABLE beatmap_tags (beatmap_id, tag_id, user_id) PRIMARY KEY (beatmap_id, tag_id, user_id) -- mostly just to make it unique TABLE tags (tag_id, name, description) PRIMARY KEY (tag_id) UNIQUE INDEX...

Backend for this is [now merged](https://github.com/ppy/osu-web/pull/11629) 🎉 Remaining is: - Displaying these tags on web and client (lazer) - Adding user voting controls for the tags to client (lazer)

cc @notbakaneko, are you intending to add the display parts of this as a next-up task or should someone else give it a shit?

> Yeah, I also need this to display next to the player info in one of my projects, so it would really be needed. Teams should already be being conveyed...

This sounds like a driver or monitor issue. I'd suggest changing things up and seeing if you can figure a solution. Or just run the game windowed. This isn't something...

I don't think it will be fixed sorry. We'll make sure it doesn't happen on lazer though.

No need to close, just leave it to decay along with stable.

I've looked into fixing this before but never made much progress.

Unless you have a solid repro for this, it's unlikely we'll be able to provide a fix (stable is feature locked and tracking down rare issues like this is quite...

Before reviewing this, where does this requirement come from? It seems very unnecessary to my eye. It's adjusting a window size, not a fullscreen case where a setting could be...