Saket Narayan

Results 163 comments of Saket Narayan

If apps are reluctant to use libraries that depend on inline classes then they'll have to avoid contour entirely because it uses them for describing layout specs. Should we instead...

This would fit very well with https://github.com/cashapp/contour/issues/87. > Another feature I constantly wish to have is having maxOf(), minOf() being available not only for 2 parameters, but any number of...

Sorry I forgot to follow-up. Yeah I wouldn't be against adding more overloads if others are running into it too. For now, I'd recommend maintaining an extension function for your...

To add more: Contour offers `preferredWidth()` and `preferredHeight()` that uses cached values across layout passes so they're cheap to call multiple times.

I'm running into the same problem! Is homebrew not the recommended way to install `gradle-completion`?

I agree, it'd be nice to add some friction after a threshold.

> The questions is, how can i disable the swipe action after swipe one time? i want to my user just swipe once. Can you describe more about this? Do...

I agree it'll be best to expose these callbacks and let apps play the haptic feedback themselves. Let me try it out.

I could reset the animation [here](https://github.com/saket/swipe/blob/8e91491938a9e11005fc9f37717e04a5d98d9013/swipe/src/main/kotlin/me/saket/swipe/SwipeableActionsBox.kt#L84) when the sides are changed, but given that it is unlikely people will be swiping this fast I'd like to leave this as is...