effect
effect copied to clipboard
Build production-ready applications in TypeScript
we might also want to extend variants such as Schema.TaggedError etc
# 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...
### What is the problem this feature would solve? `Array.prototype.sort`'s compare function is optional and it automatically handles sorting number[], string[], etc. I think we should do the same with...
### What is the problem this feature would solve? Would love to be able to generate graphql schema from our schema designs using effect/schema. Currently we can target json but...
### What is the problem this feature would solve? Without that, people must write `globalThis.Array` or rename Effect import to use Array.from with mapfn. ### What is the feature you...
### What version of Effect is running? 2.4.5 ### What steps can reproduce the bug? package.json ```json { "name": "test", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo...
cc @Andarist
Related to Schema #2319 and issue #1997
### What is the problem this feature would solve? Iterator.range's upper bound is optional; Stream.range's should be too. ### What is the feature you are proposing to solve the problem?...
https://twitter.com/schickling/status/1586309344010067968 https://buf.build/blog/protobuf-es-the-protocol-buffers-typescript-javascript-runtime-we-all-deserve - Could be a consolidated effort with `@fp-ts/codec`