Moritz Althaus
Moritz Althaus
I had problems parsing a cup file downloaded from SeeYou cloud as the header rwwidth was included. Parsing now ignores columns that are not specified instead of throwing an error....
Are there any best practices for overriding the Database url to yield a session referencing the test db when testing?
_compute_takeoff_landing failed on this flight: https://www.onlinecontest.org/olc-3.0/gliding/flightinfo.html?dsId=7571663 Takeoff is on roughly on the 13th fix. However, going through compute_flight, the first fix is automatically going to be set to fix.flying =...
https://en.wikipedia.org/wiki/Fauvel_AV.22
This PR adds exception handling to validation of incoming grpc requests in the session. ## Motivation and Context While the public interface of the session (e.g. `session.send_request`) makes assumptions about...
Currently, it is not possible to specify a list of keys that should be excluded from case conversion. In my case, this makes it hard to build a config from...
This PR introduces two new strategies for case conversion, which allow users to either specify a list of keys that should be converted or exclude a list of keys from...
References #448 In the issue, the idea of exposing a `serde_json::Value` was discussed. In some internal server error cases, even `OpenAI` does return error messages that are not json. This...
when creating a custom config, it is not clear why these methods would need to be implemented