effect-bot

Results 58 issues of effect-bot

# Summary In the above conversation, there was a discussion about an issue with erasing `B` from the context and a runtime error. The code provided in the example compiled...

# Summary The discussion revolved around the use of convenience methods to access service functions. While it may seem convenient to have top-level functions that directly access service functions, it...

# Summary The proposed `flatMapError` function would take an effect `self` and a mapping function `fn` that transforms the error type `E` to a new effect. The function signature can...

# Summary The discussion revolves around configuring BunHttpServer for HTTPS. It is indeed possible to configure BunHttpServer to use HTTPS by passing `tls` options to the `layer` constructor. However, there's...

# Summary The conversation revolves around an attempt to use `@effect/sql` with Cloudflare's D1 (SQLite) database. Here are the key points and takeaways: 1. **Initial Inquiry**: The user, phischer, inquired...

# Summary The conversation revolves around managing tag naming variables in TypeScript, specifically within the context of using tagged errors in an Effect-TS project. The participants discuss various approaches to...

# Summary The user is experiencing an error with the `@effect/schema` library in Hono and Cloudflare Worker. They suspect that the error is due to an outdated TypeScript version or...

# Summary The user is reporting an issue with webpack not properly mangling the code of the `@effect/data` library. They mention that they have encountered this issue before and will...

# Summary ### Summary 1. **Issue Description**: - The user is experiencing an issue where annotations on a `Transformation` are not being taken into account when generating a JSON schema....

schema
schema: jsonschema
Needs Proposal

# Summary ### Summary 1. **Issue Raised**: The user `jessekelly` noticed that `Schema.omit()` in the Effect-TS library seems to ignore properties defined using `Schema.fromKey`. This behavior is problematic for them...

enhancement
schema