Alejandro Serrano
Alejandro Serrano
This PR adds more auto-derivable classes to `TraceT`. These have proved to be useful when using `tracing` as part of the [Mu](https://github.com/higherkindness/mu-haskell/pull/206) microservice library.
Arrow 2.0
This is a PR to track breaking changes to be included in Arrow 2.0. ## Proposing new changes If you would like to propose a feature or change for inclusion...
Princess supports more theories than the ones currently announced in `java-smt`. The goal of this PR is to support them: - [X] String theory via naïve theory - [ ]...
It seems that using [`wai-lambda`](https://github.com/deckgo/wai-lambda#wai-lambda---haskell-webapps-on-aws-lambda) you can deploy applications super-easily. Investigate and write docs for it if successful.
This is a list of things to be done to release 1.2.2 - [ ] Rewrite documentation about [resource safety](https://arrow-kt.io/learn/coroutines/resource-safety/) to mention `AutoCloseScope` (@nomisRev) - [x] Add to release notes...
Closes #103 Overrides #786 This PR sets up [Detekt](https://detekt.dev/), including the formatting rules from [Ktlint](https://detekt.dev/docs/rules/formatting). The PR is quite big because of the initial application of Ktlint. ⚠️ WIP, the...
Only comment here about the text itself. The discussion about the feature is done in https://github.com/Kotlin/KEEP/issues/371. This KEEP proposes an extension of branches in `when` expressions with subject, which unlock...
Only comment here about the text itself. The discussion about the feature is done in [this issue](https://github.com/Kotlin/KEEP/issues/367). This is an updated proposal for [KEEP-259](https://github.com/Kotlin/KEEP/issues/259), formerly known as _context receivers_. The...
This is an issue to discuss **context parameters**. The full text of the proposal can be found [here](https://github.com/Kotlin/KEEP/blob/main/proposals/KEEP-0367-context-parameters.md).