Hugo Denizart

Results 6 issues of Hugo Denizart

The Parsec client only supports Windows for hosting sessions. I couldn't find any information on host support for the Parsec SDK though. The [host example](https://github.com/parsec-cloud/parsec-sdk/tree/master/examples/host) only builds on Windows, and...

In my project, I use: ```typescript app.useGlobalInterceptors( new ClassSerializerInterceptor(app.get(Reflector), { excludeExtraneousValues: true, }), ); ``` `excludeExtraneousValues: true` is a secure practice that enforces the use of explicit `@Expose()` from `class-transformer`...

Since the inception of the Bancho IRC gateway, bot devs have been plagued with the issue of resolving IRC usernames to user IDs for API requests. Workarounds in place in...

~~Draft for now, depending on https://github.com/ppy/osu-kubernetes-config/pull/57~~ Ready to merge

Seeing great performance uplift in synthetic benchmarks with frankenphp against swoole in my production-like deployment. I have not run them on dedicated resources so I won't provide precise numbers, but...

To match with #12595. ~~Completely untested as I don't have an osu-web Docker-based dev environment set-up.~~ ~~Just opening this draft PR as a base for osu-web devs using such Docker...