effect
effect copied to clipboard
Build production-ready applications in TypeScript
In Schema we now added ability to extract types like: `typeof Person.Type` that makes it really nice to get the types, the same should be applied to things such as...
### What is the problem this feature would solve? This would make it easier to recursively watch changes in a directory with the Node platform, rather than only changes at...
# Summary ### Summary - **User `nemmind1`** is experimenting with the `Predicate.isTupleOf` function from the Effect-TS library to achieve pattern matching on different sizes of elements, similar to Elm/Haskell. -...
### What version of Effect is running? 3.3.0 ### What steps can reproduce the bug? ```json { "compilerOptions": { "lib": ["esnext"] // missing "dom" } } ``` ### What is...
### What is the problem this feature would solve? Walls of unneeded lambdas when pattern matching harm readability. For example: ```ts import { Data } from "effect" type Example =...
# Summary ### Summary: **Pawelblaszczyk** is experimenting with an RPC setup similar to the minimal example provided in the Effect-TS ecosystem and is looking for guidance on setting cookies on...
# Summary The conversation revolves around the behavior of the `SortedSet.fromIterable` method in the Effect-TS ecosystem. The users are discussing whether this method should deduplicate items. Key takeaways: 1. **Observation**:...
I propose to change how equality works in 4.0 to be more structural by default, the idea would be: 1) consider plain objects, arrays, sets and maps structurally 2) consider...
### What version of Effect is running? latested ### What steps can reproduce the bug? Try to work with multi-value fields on a `FormData` ```ts const fd = new FormData()...
> 05-27 edit: better conform to pipe patterns ### What is the problem this feature would solve? When a Stream is converted to a standard ReadableStream with `Stream.toReadableStream`, the stream...