-
### Summary
I'm migrating from Apollo Kotlin v2 to the latest v3 in my Java Spring Boot project. I'm getting a runtime error when executing my query with Rx3Apollo. The Rx3Apollo.single(queryCall) do…
-
**Describe the bug**
When i try to add a udf (`to_date`), I am able to do the following:
- SELECT to_date(\"updatedAt\") as u from 'table';
- SELECT DISTINCT to_date(\"updatedAt\") as u from 'table…
-
**Summary**
I'm trying to migrate from v2 to v3 so I took ApolloClient and want to execute query. However, the `execute()` method requires me to provide completion
![image](https://user-images.git…
-
**Please describe the exacts steps to configure access to a foreign DB type**
**Problem**
I try to integrate a Vertica driver into Cube.js.
It worked with an older version, but fails now.
It l…
-
**Describe the bug**
when we serialize request's response, we need to convert type of document's embedding from np.ndarray to List, corresponding code is in "rest_api/controller/search.py",
```
for…
-
Example:
```rust
#![feature(return_position_impl_trait_in_trait)]
trait AsyncIterator {
type Item;
async fn next(&mut self) -> Option;
}
struct YieldingRange {
counter: u32,
…
-
```
cargo clippy --locked --frozen --offline --all-targets --all-features -- -D warnings
```
```
note: Clippy version: clippy 0.1.64 (a55dd71 2022-09-19)
```
```
query stack during panic:
#0 […
-
Installing ElasticSuite 2.10.9.1 using composer with the `--ignore-platform-reqs` flag got me this on a category page;
```
Fatal error: During inheritance of IteratorAggregate: Uncaught Exception:…
-
### Elasticsearch Version
8.1.1
### Installed Plugins
gson2.8.5,spring-boot2.3.12.RELEASE,lombok1.18.12,jackson-databind2.12.3
### Java Version
_bundled_
### OS Version
Windows10
### Problem D…
-
### Code
```Rust
#![feature(type_alias_impl_trait)]
trait Allocator {
type Buffer;
}
struct DefaultAllocator;
impl Allocator for DefaultAllocator {
//~^ ERROR: the type par…