Mr. Pine

Results 9 comments of 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: ![image](https://github.com/Cimbali/pympress/assets/50425705/eab12f74-7bd8-43c7-9afa-d42f01c8d011) vs ![image](https://github.com/Cimbali/pympress/assets/50425705/63fa08f6-3a95-4d57-8e6c-25fc7ff13716)

Currently I sadly don't have the time to work on this :(

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...