Marcin Moskała

Results 23 issues of Marcin Moskała

I got the following error during Gradle build: ``` Could not GET Received status code 502 from server: Bad Gateway ``` The solution was to add `maven { url "https://maven.google.com"...

bug

In project: https://github.com/MarcinMoskala/KotlinAcademyApp I got: ``` webpack-internal:///146:145 [WDS] Warnings while compiling. msgWarnings @ webpack-internal:///146:145 webpack-internal:///146:148 /home/marcin/IdeaProjects/KotlinAcademyApp/common-client-js/build/node_modules/kotlin.js (Emitted value instead of an instance of Error) Cannot find SourceMap 'kotlin.js.map': Error: Can't...

Hey, i want to have link on string file, but when i leave ``to google spreadsheets then Babelish translate it to ``. Is there a way to leave the special...

help wanted

Just as we can have default bodies for methods in interfaces, we should be able to give default values for properties: ``` interface MyTrait { var items: List = emptyList()...

This is just an idea now, but I would like to know what do you think about it