Samuel Cattini-Schultz
Samuel Cattini-Schultz
Currently the get_beatmaps endpoint only provides the map `creator` name, which is based on the when they made the map rather than their current name. It would be a lot...
This seems like it must be a bug because I can't think if a reason why this would be intended. Example: https://osu.ppy.sh/api/get_user?k=&u=bikko `[{"user_id":"246186","username":"Bikko","count300":"4846323","count100":"318976","count50":"31260","playcount":"21910","ranked_score":"13204962965","total_score":"66607501891","pp_rank":"31","level":"100.397","pp_raw":"0","accuracy":"96.38262987136841","count_rank_ss":"216","count_rank_s":"756","count_rank_a":"282","country":"KR","pp_country_rank":"61896","events":[]}]` I noticed this due to it causing...
It seems there is simply a missing space in the nullable formatting. I imagine it's supposed to be `number(double) | null`? Probably a simple fix to [here](https://github.com/Neoteroi/essentials-openapi/blob/4ffc7b1921835a22a386494c0acb4f4390f5f1a4/openapidocs/mk/v3/views_mkdocs/partial/schema-repr.html#L23) and [here](https://github.com/Neoteroi/essentials-openapi/blob/4ffc7b1921835a22a386494c0acb4f4390f5f1a4/openapidocs/mk/v3/views_markdown/partial/schema-repr.html#L23)? 
**Describe the bug** The [v6.22.1 patch](https://github.com/buildkite/elastic-ci-stack-for-aws/releases/tag/v6.22.1) doesn't mention it in the release notes, but it includes [a PR](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1334) that fixes a bug where `fix-buildkite-agent-builds-permissions` is run always instead of only...
https://tybug.github.io/ossapi/serializing-models.html#serializing-models > Please open an issue if this approach is not sufficient for your use case. There are some cases where access to the raw json returned by the API...