effect icon indicating copy to clipboard operation
effect copied to clipboard

Build production-ready applications in TypeScript

Results 479 effect issues
Sort by recently updated
recently updated
newest added

### What is the problem this feature would solve? Discussed on discord ```typescript import * as S from "@effect/schema/Schema"; import * as JSONSchema from "@effect/schema/JSONSchema"; // I want to construct...

enhancement
schema

### What version of `@effect/schema` is running? 0.52.0 ### What steps can reproduce the bug? ```ts import * as S from "@effect/schema/Schema"; import * as JSONSchema from "@effect/schema/JSONSchema"; const d1...

schema

### What is the type of issue? Documentation is confusing ### What is the issue? The readme states: > In cases where I differs from A, you can also extract...

documentation
schema

Hi, I'm super interested to hear what you have in mind for versioning and migrations in this package, as I have a fairly complex system in production to manage this...

schema

Can we add a server implementation for handling `APIGatewayProxyEventV2` events?

rpc

We should investigate optimized build setups for Effect CLI apps e.g. using bundling techniques that leverage code-splitting and tree-shaking on a per-command basis. e.g. printing the top-level help command shouldn't...

cli

Eg this style https://twitter.com/n_moore/status/1501694421972267012?s=21

cli

Would be cool if `@effect/cli` could support https://github.com/microsoft/inshellisense

cli

I've got some commands that sport a dozen+ options. Some of those target advanced users who are less likely to use the wizard in the first place. However, they arguably...

enhancement
cli

When I paste some text in a prompt field, it only writes the first character

cli