Lasse Edslev
Lasse Edslev
Yeah, that's better
How do I make the `pss::SigningKey` use the correct algorithm OID when decoding? `EncodePrivateKey` uses `pkcs1::ALGORITHM_ID` but `ID_RSASSA_PSS` is required. Edit: I see that this is addressed in #422
@tarcieri I don't see how either OID should work for the `pss::SigningKey`. With the merge of #424 the `TryFrom
@tarcieri Will you review this when you have time?
I could try but need some help with questions since I haven't done any contributions to XCSoar and have limited C++ experience
I thought only POST in the API needed an API key but apparently the GET requests also do so all I get is 401. ["In order to access the data...
Hmmm, seems like compman doesn't use the API but just goes to the soaringspot homepage and does some web scraping.
I have written an e-mail to Naviter about how we should proceed with their API
How would I go about adding a third-party lib like gumbo to XCSoar?
Ok, seems only glideandseek provides a clear (JSON) API. It does however require a URL for the results page of a competition (such as https://www.soaringspot.com/en_gb/jegc2021/results/club) so the user would have...