-
Updated
Oct 23, 2021 - C++
thrift
Here are 357 public repositories matching this topic...
JSON is the dominant exchange format for REST API.
However, Armeria's WebClient does not provide any JSON-specific APIs.
I believe it should be useful additions if we provide:
WebClient client = WebClient.of();
// Send a serialized JSON object with "applicaiton/json"
HttpResponse response = client.postJson("/items", new MyItem());
HttpResponse response = client.putJson("/items"-
Updated
Oct 22, 2021 - Scala
-
Updated
Dec 9, 2018 - Python
Describe the proposal
When a SparkConf is invalid for launching our engines, it is better to fail fast instead of waiting for Spark to check while engine bootstrapping.
Motivation
- Save time to create an invalid
Unused imports are included in the headers of generated files causing 2.12 builds with the default -Yfatal-warnings` setting to fail (unless the correct linting options are unset)
Expected behavior
Scrooge generates files with headers including only the imports the current file needs.
Actual behavior
Scrooge generates import statements for classes that are never used.
St
-
Updated
Nov 2, 2020 - Go
-
Updated
Jan 28, 2020 - C++
-
Updated
Oct 23, 2021 - C#
-
Updated
Oct 17, 2021 - Java
-
Updated
Mar 24, 2017 - Java
-
Updated
Sep 1, 2021 - Go
-
Updated
Oct 12, 2021 - Go
-
Updated
Jan 14, 2021 - Go
-
Updated
Oct 21, 2021 - C#
-
Updated
Oct 22, 2021 - Go
-
Updated
Feb 2, 2017 - Erlang
-
Updated
Dec 5, 2019 - Python
Improve this page
Add a description, image, and links to the thrift topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the thrift topic, visit your repo's landing page and select "manage topics."
The MinSendBackupAfterMs is now set to 1 ms. Unfortunately this causes backup requests to be send when there is low load. It would be useful if we could set the minimum a little bit higher for certain endpoints.