Leandro

Results 10 comments of Leandro

How would converting the body to Unit work when you expect a different return type for an endpoint? Would that not cause issues with the parsing of the response? In...

I am not sure we understand the problem the same way. There will be situations in which and endpoint returns a specific type but can also return a no-content response....

I like the 3rd alternative you propose as it would simplify the implementation. I also agree it would be a significant breaking change. Maybe the body property could just have...

The aim of the change was to keep the interface for Success the same so no alterations to existing when statements would be required. NoContent exposes a body property of...

Michael Ferguson Friday, 11 February, 2:46 am If the caller doesn't change their code, they don't see a no-content response as Nothing, it's still whatever data type it was before,...

I have upgraded to AGP 8.0 and I get an error when making a build with R8 enabled. I believe it is related to [this change](https://developer.android.com/build/releases/past-releases/agp-7-0-0-release-notes#r8-missing-class-warning). I am on v.4.2.0....

Does this mean we are stuck with v4.x for Android development for the foreseeable future?

I just thought I'd mention that I use `oneshot(shift)` but it was interfering with quite a relevant shortcut in Android Studio (and I presume all IntelliJ Idea distributions) which is...

Thanks @nsbgn for quick response and useful suggestion. I think your approach may suffice in my particular at this stage. I suppose that if I wanted _capslock_ to behave like...

Thanks for your feedback @rvaiya. > versions of this idea have been discussed many times before I am sure this is the case and I will try to find the...