Luca Kellermann

Results 133 comments of Luca Kellermann

> The usecase is being able to reference messages in commands in a clean way. Discord provides the function to easily copy a message's link, meaning you can simply copy-paste...

> Replacing it with an URL probably works too, my question is how the parsing would look in that case? Wouldn't that end up with a regex as well? The...

tbh i'm not sure about adding a way to get a half baked `Kord` instance - but doing it in some other way would require a LOT of work (extra...

> This is simmilar to Kord.restOnly hm, that's right - maybe we could just add another factory function and don't even have the `WebhookClient` interface. we could eventually design some...

For 89fd8182e94bdde3453e2015b2e708a8d38bbc8a serialver now outputs this (`LocalDate` has a different `serialVersionUID`): ``` $ serialver -classpath .m2/repository/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.6.2-SNAPSHOT/kotlinx-datetime-jvm-0.6.2-SNAPSHOT.jar:kotlin-stdlib-2.1.20.jar kotlinx.datetime.LocalDate kotlinx.datetime.LocalDateTime kotlinx.datetime.LocalTime kotlinx.datetime.UtcOffset kotlinx.datetime.DateTimeArithmeticException kotlinx.datetime.IllegalTimeZoneException kotlinx.datetime.DateTimeFormatException kotlinx.datetime.internal.format.parser.ParseException kotlinx.datetime.LocalDate: private static final long serialVersionUID...

> The actual value doesn't matter, non-malicious serialization will not use it since it goes through `kotlinx.datetime.Ser`. It's just important that it stays stable for `MaliciousJvmSerializationTest` after this PR is...

I've extracted the changes unrelated to bypassing the proxy into #533.

This PR shouldn' t be merged until `YearMonth` is included here. I hope I can find some time for this in the next few days.

this fact brings issues like https://github.com/touchlab/Stately/issues/105