Matthieu S.
Matthieu S.
Can repro by using the JS MSAL library, getting ``` External type extends non-external type ``` due to ``` external open class ClientAuthError(errorCode: String, errorMessage: String = definedExternally) : AuthError...
Can repro by using the JS MSAL library, getting ``` External type extends non-external type ``` due to ``` external open class ClientAuthError(errorCode: String, errorMessage: String = definedExternally) : AuthError...
Seconded, it would be nice to have a docs on that 😄
Huh, I forgot about that method... I expected it to work by just putting a closure but it seems Comparator doesn't count as a functional interface. Adapters still yield an...
I strongly disagree with having the EPL as the default. I think there should not be any default, but that you should rather ask the user for a licence, and/or...
Thanks! I will keep an eye out for the macro feature then :)
Alright -- It probably is now that I think about it -- I wasn't sure so I preferred to open an issue with a concrete example.
Woops, didn't see it. You guys should probably have some WIP feature list somewhere -- unless there is one and I somehow missed it.
The use case here would be if one wants to distribute a free-form golo project that includes some resources like text files or images that need to be loaded at...
The only workaround I can think of is using a script to launch the golo file that retrieves the path and passes it as an argument to the golo program,...