Lukáš Moravec

Results 34 comments of Lukáš Moravec

This would be awesome for us too. Every application with user configurable SMTP settings contains FROM in those settings, because there are limitations for FROM (like - the same as...

Thank you very much @bbottema, you are a hero! :)

Another use case for me would be: - default serialization format `YYYY-MM` for `kotlinx.serialization` implemented like for other temporal classes - ability for other kotlin libraries (database, serialization, http frameworks,...

For me only as a standardized wrapper with "well known" serialization. For example for parsing `` posted in HTTP server etc. From functional point o view, I only use methods...

Hi @benbjohnson we have an application which allows importing its database on first startup. I hoped this would be automatic on file write/replace, but with `import` command, application must me...

I was stuck with this (and BouncyCastle dependency) so I wrote another open source library for web push notifications for JVM without external dependencies except standard library: https://github.com/interaso/webpush You can...

This can also somewhat fix https://github.com/cashapp/sqldelight/issues/3238 and make the behaviour consistent

But for backward compatibility, it should be behind some flag which will default to false.

@MariusVolkhart as I understand this, it can compile fine, but it changes the behaviour. From your example: ``` updatePlayerName(4, "Hero") ``` This now normally executes the query. But with your...