-
I was curious if NativeAOT-support is something being considering for a future release.
In my own testing with this package I found just two places I believe to the the problem for AOT. `JsonSerial…
-
`Plist.Deserialize(plistdata);`
class SomeClass
{
[PlistProperty("QueryResponses")] public QueryResponses? QueryResponses { get; set; }
[PlistProperty("Status")] public string? Status { …
-
It would be useful to write the graphql query as a string and generate the view classes
```scala
val query = gql"""
{
character("Amos Burton") {
name
nicknames
origin
}
}
"…
-
**Is your feature request related to a problem?**
As part of the OpenSearch standard query DSL a `took` metadata field which counts the amount of time the query executed is returned in the response:
…
-
PR #435 added support for null blocks. However, when opening the monitoring screen, the logs show errors as shown in the snapshot. This requires to be fixed (and not a workaround). We should see what …
-
### Problem description
Inside the LuceneSail, an option exists to tell what is the amount of documents to retrieve. It is set with the property `maxDocuments` during the sail init and can't be set…
-
## Problem Statements
1. AbstractPlan has seperate interface for execute() and explain() which should be simplified to execute() only.
2. ExplainResponse and QueryResponse should be unified as Query…
-
new JSONPages try to parse the response entity as a JSON object rather than as arbitrary JSON
could solve sorta like:
```
super(httpResponse);
this.config = config;
JsonElement jso…
-
when I am trying to execute query using SOAP API on Account object with fields **billingstreet,billingcity,billingstate,billingpostalcode,billingcountry,billinglatitude,billinglongitude,billinggeocode…
-
### Describe the bug
After executing an SQL query, attempting to retrieve ServerMetrics.ELAPSED_TIME or ServerMetrics.RESULT_ROWS from OperationMetrics results in a NullPointerException. This error…