Vladislav Tankov
Vladislav Tankov
Because of Compiler misconfiguration, CRLF line endings breaks analysis of the code done by Kotless on Windows.
JetBrains released Grazie -- in-editor proofreader for IntelliJ-based IDEs. It already has support for Markdown plugin by JetBrains. Would you consider support of Grazie in Markdown Navigator Enhanced? All you...
In current implementation "Timestamp.toString()" is used in setValue for arrays. It leads to inability to insert Array(DateTime). And this code will not work: ``` statement.setArray(index, statement.connection.createArrayOf("Array(DateTime)", array)) ``` with following...
Toloka API returns just 404 in case of inability to find a valid entity. But if I am making a request that uses few entities (like I am trying to...