Cotton Hou

Results 23 issues of Cotton Hou

Would be nice to have.

resolves #1718 ~~_CI complains on `dtslint` seems unrelated to this change, `master` branch fails the same._~~ rebased

## 🐛 Bug report ### Current Behavior `evolve` from `struct` throws while having absent transformations: ``` node_modules/fp-ts/lib/struct.js:78 out[k] = transformations[k](a[k]); ^ TypeError: transformations[k] is not a function at node_modules/fp-ts/lib/struct.js:78:40 ```...

There is #1226 in listing to be dropped mutable modules, additionally I noticed the `IORef` also got removed in `3.0.0-alpha` versions. I'm in favor of readonly / immutable heading, however...

Set to `unknown` would avoid unnecessarily aligning to `void`, so this works: ```ts import { task as T, taskEither as TE, } from 'fp-ts' const foobar = TE.bracket( TE.of(42), (a...

These two: - https://samhh.github.io/fp-ts-std/modules/Applicative.ts.html#when - https://samhh.github.io/fp-ts-std/modules/Applicative.ts.html#unless In case of `fp-ts` which has `Pointed` type class to support the `of`, seems unnecessary to require `Applicative` here, no?

listing: https://hub.docker.com/r/xtaci/kcptun/tags

## 🐛 Bug report ### Current Behavior ```ts import { pipe } from 'fp-ts/lib/pipeable' ``` ### Expected behavior ```ts import { pipe } from 'fp-ts/lib/function' ``` ### Reproducible example https://github.com/gcanti/io-ts/blob/2881d940b34fa7803e586262520b0c0795329287/src/Decoder.ts#L18...

https://github.com/bellingard/sonar-scanner-npm/blob/e65aa4cb2b693511fb0829ff2d64bf1306bd032c/dist/sonarqube-scanner-executable.js#L61 Currently the install location is set to `$HOME`, would be great to set manually in order to play well in container based CI system, for caching mostly. ```javascript process.env.SONARQUBE_SCANNER_HOME...

Adding rollup guide alongside with webpack. Rollup enables this via its plugin `@rollup/node-resolve` which has no dedicated Doc site, thus pointing it to the git URL (blob/tags) with version embedded...