effect-bot

Results 58 issues of effect-bot

# Summary In the above conversation, the user raised an issue with using `Request.tagged` and `Equal.equals` for requests that contain non-primitive parameters. It was observed that two requests with equal...

# Summary The user is reporting a bug with the new Rpc API where transport level errors, specifically `HttpClientError`, are missing from the `R` type when calling an Rpc with...

# Summary In the above conversation, the topic of implementing delayed API calls with Effect was discussed. Several approaches were suggested, including using a queue or a rate limiter. A...

# Summary The key takeaways from the above messages are: 1. The data structures in the scope of Effect should have stack-safe implementations and optimal complexity for the problems they...

# Summary The user noticed that `schema.pipe(S.optional)` is not working anymore and received an error message stating that the 'this' context of type 'Schema' is not assignable. Another user confirmed...

bug
schema

# Summary The user is using Effect Platform and has a question about the `fs.stat` function. They noticed that the function always follows symbolic links, which causes the `isSymbolicLink` function...

# Summary The user is requesting the addition of a `Schema.Error` function that creates `TaggedError` instances. The assistant agrees with the suggestion. # Discord thread https://discord.com/channels/795981131316985866/1166537649360744489

schema

# Summary The user, Joshua Amaju, asked if there is a memory file system for testing. Maxwell Brown responded that there is currently no such system available. Joshua then mentioned...

platform

# Summary The discussion revolves around improving the `absurd` function in the Effect-TS ecosystem. The issue at hand is that when unexpected errors occur and `absurd` is called, it tries...

# Summary In the above conversation, the user was trying to log retry attempts with a schedule in TypeScript. They wanted to log only when the effect runs as a...