Zdeněk Topič

Results 26 comments of Zdeněk Topič

is there iOS example? using autolayout in code would be the best :)

From what I discovered, it is running the AutoLayout but getting the prototype cell, laying it out and caching its size. However doesnt iOS provide autosizing with AutoLayout by default...

I see. Well AutoLayout is way too slow anyway. I am considering usage of [Texture](https://texturegroup.org/), [PinLayout](https://github.com/layoutBox/PinLayout) or [FlexLayout](https://github.com/layoutBox/FlexLayout).

Any ETA on `combineLatest`, `merge`, `zip` and `catch` (or v1) as those are super essential for OpenCombine to be usable instead of RxSwift?

Ok, what I actually dont like is the "Pad" suffix. I would make it yOffset and xOffset or at least yPadding and xPadding. You can still use xPad and yPad...

Fluent/Auth is out for Vapor 3 :)

Hi @0xTim, any progress?