Giuseppe Miragliotta
Giuseppe Miragliotta
Feign core added a new feature (see [AsyncFeign](https://github.com/OpenFeign/feign/blob/master/core/src/main/java/feign/AsyncFeign.java)) that let you create async clients which returns CompletableFuture. It is still an experimental feature in OpenFeign, but it will be really...
It would be nice to have a diff command between run migration and actual database status. Ideally maybe something to generating the json to reach the target database state.
Reading [Kysely documentation](https://kysely.dev/docs/getting-started#types) I noticed they suggest using Insertable, Selectable, and Updatable wrappers. ```ts export interface PetTable { id: Generated name: string owner_id: number species: 'dog' | 'cat' } //...
### Describe the bug I have a trace with 3 generations and I'm trying to use the new Langfuse SDK for OpenAI. The trace is created correctly, but not all...