Malte Legenhausen
Malte Legenhausen
Proposal: ``` js ngconstant: { options: { useStrict: true // Uses "'use strict'\n\n" as default value. Can be replaced by any string. } } ``` All other definitions from template...
I would like to make all dependencies that are involed in side effects to be exchangable. It seems that the most common solution for this problem is the usage of...
Currently there is no generalized way to reverse a `Separated` back to its original structure. For that I would like to propose a new function `Join` ```ts export interface Join...
First of all I would like to validate that my assumption is correct that the set of case-insensitive strings form a total oder? If that holds I would like to...
## 🐛 Bug report ### Current Behavior ```ts import * as _ from 'fp-ts-rxjs/Observable' const t = await _.toTask(_.zero())() // Returned type number, Expected type number | undefined assert.deepStrictEqual(t, undefined)...
With the introduction of the `ReaderMiddleware` we need to choose between `es6` and `lib` directory for imports. As the rest of the `fp-ts` ecosystem support the import without these directories...
I am using the vhost middleware with koa-session. Since koa-session 2.0.0 is was possible to use it in a subapp. Since 3.0.0 this does not work anymore. Example: ``` js...
Calling `require('ts-node').register()` to determine if `typescript` is available prevents the custom configuration of the `register` call described in the documentation. I removed the unnecessary `register` call and fixed the missing...