Mr. Pine
Mr. Pine
Or you have a popup whether or not you want to release the windows
I'm getting the same error when trying to log in with [Discord's API](https://discord.com/developers/docs/topics/oauth2) My code ```dart class DiscordOAuth2Client extends OAuth2Client { DiscordOAuth2Client( {@required String redirectUri, @required String customUriScheme}) : super(...
Hi, I had tried that originally but unfortunately it didn't work either.
Sure, here's a comparison:  vs 
Currently I sadly don't have the time to work on this :(
This is now also covered by #5742
Yeah, I'll look into it, can't say when though since Uni has just started up again but I'll try to get to it as soon as I can. Thanks for...
This would conflict with [Extension functions as static members](https://github.com/Kotlin/KEEP/blob/statics/proposals/statics.md#extension-functions-as-static-members) but I agree with you and don't really like `fun SomeClass.static.extension()` either
I like `namespace` instead of `static object` but would still prefer `static` in the context of static members. Having a static extension as a static member will probably always be...