Vincent François
Vincent François
## 🚀 Feature request ### Current Behavior Today, when using `option.getOrElse`, the type of what's inside the option is inferred from the first argument (the or else argument). This leads...
While upgrading to 2.13.1, I found out that this was missing. Tell me if something's wrong with the pull request! And thanks for adding this new module. I was thinking...
Re-opening https://github.com/gcanti/fp-ts/pull/1656 as it was closed with the release of 2.12 Hi! Would this kind of helpers be ok to add to the library? We could then add all the...
## Definition of Done Fixes https://github.com/ForestAdmin/forest-express-sequelize/issues/1084 ### General - [x] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org) - [x] Test manually the implemented changes -...
## Expected behavior I would like to be able to set the `expressParentApp` option when I call the `init` function without TypeScript telling me: `Object literal may only specify known...
I'm using [email protected]. Extending two different types from the same `NewType` makes them so their types are considered the same. See the following example where a variable of type `Extends2`...
Hi! First, thanks for this plugin, it's really useful! Do you know if there's a possibility to extend the rule if I want to add the ban of a specific...
Concerning `decod.is`, this sentence feels unclear to me as i don't understand if we perform the deep equality or not: `Not that in order to do that, it only accepts...
## Type - [x] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Followup of this [comment](https://github.com/Effect-TS/effect/pull/2772#discussion_r1605990786) on...