Tomás Ruiz-López
Tomás Ruiz-López
could you provide further details? screenshot / screen recording + code you are using would be useful
@ruijun You can add a padding at the bottom of your header views as you wish
Hi @kee-oth! The project is on hold on adding new things, but if you have any contributions or requests, feel free to open a PR and we will kindly review...
@lareenmelo nice! Please, create individual issues for the items that you are working on so that everyone else knows and we do not duplicate work.
Looks good to me. Are you planning to support all combinations for this new operator? I mean, supporting something like: ```swift func f(a: Int, b: Int, c: Int) -> Int...
Using a script sounds good. I think we are currently supporting things up to 9 or 10 parameters (check zip implementations in Applicative, for instance). I think both the code...
Ok, let's go for 6 parameters, I think that's within most reasonable use cases.
Is this fixed now? I don't remember if you already addressed it.
I am glad that you are taking this further. What you are describing here is what I started in the BowGenerics module, but is incomplete. `NaturallyIsomorphic` would roughly correspond to...
Unfortunately, there is no support for async-await or any of the new concurrency features in Bow Effects. If you would like to implement any bridge between IO and async-await, we'd...