Yuriy

Results 4 issues of Yuriy

https://arrow-kt.io/docs/effects/io/ Not sure that ergonomics section has been written correctly, but since IO monad is Semigroup it should be possible to write something like that: ``` val number = IO.just(1)...

Since 20.5.0 ### Expected behavior It should be possible to make redirect from http to https and vice versa. ### Actual behavior Currently all `Location` headers which contains absolute uri...

As described [here](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Scan.html#Scan.ParallelScan) Dynamodb can scan tables in parallel, unfortunately scanamo is missing this functionality.