Kristian Notari
Kristian Notari
**Describe the improvement that you'd like** When used on Mac, Ctrl+R open recent folders command in order to easily switch between recent folders. When used while git graph tab is...
As stated from npm audit there's a High vulnerability issue with the package trim-newlines used by download-cli version 1.1.1 which is the latest one.
**Describe the bug** When creating an interval defining only the start or end date, and giving Infinity as the duration argument in order for the interval to act as an...
## 🚀 Feature request ### Current Behavior As of now, retrying a task means retrying the same task every time. ### Desired Behavior Depending on how/why the task failed there...
When writing a bunch of new types, which are based on types which are not yet written in the scratch file nor added to the codebase, a bunch of errors...
`version: 0.12.8` You can force an invalid type signature to `Struct.evolve` by explicitly annotating its generics during usage. ```typescript import * as Struct from "@effect/data/Struct" const mystruct = { a:...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Ad discussed in #2967, the...
### What is the problem this feature would solve? With the current `dual` signature from the `Function` module you can easily get away with wrong types, since the generics can...
When you have entire parts of the query generated by an helper function, how do you make it work and "parse" so that diagnostics keep working? Is there a way...