Mats Jun Larsen
Mats Jun Larsen
This is huge, thank you! I'll review it once I have time, hopefully this weekend.
Hi, thanks for the issue! What does the LeagueClientUx.exe command line arguments look like? league-connect will by default try the LeagueClientUx executable, not the LeagueClient one.
Does the patch from Eugene in #108 fix it? Try rc-12
Hi, is this issue different from #106?
Maybe Riot changed something in the latest patch?
Does the patch from Eugene in #108 fix it? Try rc-12
We should be able to just use fetch (as node 18.x now has it) https://nodejs.org/es/blog/announcements/v18-release-announce If that doesn't work, there's https://www.npmjs.com/package/node-fetch
I'm pretty sure that's the "intended" way. Utoipa doesn't include any types that don't derive ToSchema, see https://github.com/juhaku/utoipa/blob/master/utoipa/src/lib.rs#L528 for how the "standard" types are derived. FWIW, I do the same...
Hi, we unfortunately do currently not support libraries for C#
Hi Timo, a Google search suggests that the branch you referenced would work, but browsers are misbehaving: https://developer.mozilla.org/en-US/docs/Web/API/Response/body > Note: Current browsers don't actually conform to the spec requirement to...