Rafał Hajdacki

Results 7 comments of Rafał Hajdacki

@franciscolourenco About half a second I guess, enough to be annoying. This happens regardless if I have BurtToast installed or not. Disabling Done makes it instant.

In Fish I get: ``` fish: ${ is not a valid variable in fish. ${SHELL:-sh} -c '/bin/echo' ^ ``` In Bash it just prints empty line. Note however that I...

I have now tried on Fedora 30 and everything works fine.

Same problem on Ubuntu.

@cowtowncoder Thanks for the info. Asked on the gitter. Note: This is not about whether `Optional` is supported in records or not.

As discussed on Gitter: https://gitter.im/FasterXML/jackson-databind?at=61eb1a995dc6213cd4f3550e this seems not to be easily achievable. Therefore I believe this issue should stay as bug / request for extension. Here is minimal example that...

This does not work on 3.2.4: ``` @JvmInline value class EmailAddress(val theAddress: String) @org.springframework.data.relational.core.mapping.Table data class Contact(val id: String, val name:String, val emailAddress: EmailAddress) @Repository interface ContactRepo : CrudRepository {...