Demétrio de Castro Menezes Neto

Results 2 comments of Demétrio de Castro Menezes Neto

[Riot official implementation](https://github.com/RiotGames/LoRDeckCodes) ignores the `format` when reading a deck code, as you can see [here](https://github.com/RiotGames/LoRDeckCodes/blob/main/LoRDeckCodes/LoRDeckEncoder.cs#L67). The `format` is only using when generating a code from a given deck. This...

I've discussed this with @wpjunior, and we considered making changes to the [`deploy` handler](https://github.com/tsuru/tsuru/blob/main/api/deploy.go#L76-L152). However, after inspecting it more closely, it seems that the server already receives the content, and...