effect-bot

Results 82 issues of effect-bot

Contains the following pull requests: - #4935 - #5025 - #5064

# Summary The user is experiencing an issue with sending Server-Sent Events (SSE) on the Bun platform. They have provided a link to their code and mentioned that when using...

# Summary The user is experiencing unexpected "removed" events when creating files during file watch operations using the Effect Typescript library. They have shared a link to a playground that...

# Summary The user is experiencing an issue after upgrading from version 3.13 to 3.16 of a library, specifically with the `Match` functionality they use to refine `unknown` types to...

# Summary The user is inquiring whether it is possible to get the literal value of a `Schema.tag` in the Effect Typescript library, specifically asking about `Schema.tag("foo").literal`. Key Takeaways: -...

enhancement
schema

# Summary In this conversation, a user is trying to extract tags from a `Schema.Union` of `TaggedStructs` in a TypeScript project using the Effect Typescript library. Initially, the user attempts...

enhancement
schema

# Summary In the conversation, @schickling discusses with @maxwellbrown and @timsmart about changing the semantics of `Options.withDefaults` in the CLI package, finding the current behavior counterintuitive, especially concerning boolean options....

# Summary The user `rpiotrow` is experiencing unexpected execution times while executing parallel requests to a PostgreSQL database using the Effect Typescript library. The user has implemented a test with...

# Summary The user, khraks_mamtsov, is experiencing an issue with `HashSet` comparison in the `@effect/vitest` testing environment. They provided a test case using `HashSet` with custom `Coords` objects and encountered...

# Summary In the conversation, Jesse Kelly mentions that OpenAI's structured call feature does not support certain JSON Schema keywords like `minItems`. Maxwell Brown suggests that perhaps **@gcanti** (Giulio Canti)...

ai