Robin Jonsson

Results 24 comments of Robin Jonsson

It looks good to me @leaumar . Would probably solve my use case, as well as other use cases (if more qualifiers were implemented in the future. Correct me if...

@Globegitter Is there any reason not to wrap your actual result in an `Optional` instead of a custom `Result` class? Otherwise, you can probably modify my annotation logic to inspect...

I'm quite dependent on this feature in my code :) Having the links available for verification in my tests would be awesome! The links themselfs could be totally fake or...

https://cloud.google.com/storage/docs/json_api/v1/objects I believe `mediaLink` is usually the link to view an image or media object directly, eg. in browser. I think GCS serves the binary data with the correct content-type...

Hi! We're also in need of this functionality. It would be great if you could set a default role, eg `ALTER ROLE my_user SET role some_other_role`

Sorry to bump this, but is this good to merge and release @cyrilgdn ?

Hey @MalloD12 ! Sure thing. Here's a quick recap: ### Alternative 1 Pros: - Similar approach with an optional interface as the already existing `CustomSqlRollback` interface. - Non-breaking new feature...

> Hi @robinjhector, > > Just wanted to check if there is anything we can help you with. If there are any questions/concerns please don't hesitate to contact us. >...

A plain typeof switch works (when no generics are involved) 🤔 So I assume #1219 could _possibly_ be related I can't get the development environment to work locally with gradle...

This also applies to `BC_UNCONFIRMED_CAST_OF_RETURN_VALUE`, even though the return value is never cast to anything