Anton Klimov

Results 4 issues of Anton Klimov

`sequence(Either.of, [Either.of('wing')]); // Right(['wing'])` : how is this supposed to work? Array does not have `.sequence`. `sequence(Either.of, new List([Either.of("wing")]))` might work here. Later ``` const firstWords = compose(join(' '), take(3),...

TODO

``` // thingDownFlipAndReverse :: Endo [String] -> [String] const thingDownFlipAndReverse = fold(Endo(() => []), [Endo(reverse), Endo(sort), Endo(append('thing down')]) ``` 1) it's missing a right bracket. 2) since fold is a...

### Version Double Commander Version: 1.1.14 gamma Revision: 468 Commit: edd44b0e2 Build date: 2024/05/04 Lazarus: 3.99.0.0 FPC: 3.2.2 Platform: aarch64-Darwin-cocoa OS version: Mac OS X 14.4.1 ### Description Something happened...

bug

The columns which have enum type in Postgres like CREATE TYPE t1 as ENUM ('V1', 'V2') do not appear in the generated schemas.

enhancement