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

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description ## Related - Related Issue...

Contains the following pull requests: - #2202 - #2206 - #2239 - #2243

Extends Promise apis to use PromiseLike instead. Uses Promise.resolve to convert PromiseLike into a Promise. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/resolve _The Promise.resolve() static method "resolves" a given value to a [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). If the value...

(cc @schickling who told me to open this issue. 👋) At [Unsplash](https://unsplash.com/) we are heavily using fp-ts and the surrounding ecosystem, namely the [fp-ts-routing](https://github.com/gcanti/fp-ts-routing) and [hyper-ts](https://github.com/DenisFrezzato/hyper-ts) extension libraries. We are...

enhancement

### What version of Effect is running? 2.2.3 ### What steps can reproduce the bug? ```typescript import { Effect } from 'effect' import { pipe } from 'effect/Function' const data...

bug

### What is the problem this feature would solve? ### What is the feature you are proposing to solve the problem? Some small changes to the types: ```ts export type...

enhancement

### What version of Effect is running? @effect/schema 0.63.1 ### What steps can reproduce the bug? ```ts import * as ParseResult from "@effect/schema/ParseResult" import * as S from "@effect/schema/Schema" class...

bug
schema

If we decide that this goes in the right direction we'll have to extend the rest of constructors to allow deep comparison. cc @tim-smart for further testing & potential api...