Alexander Nozik

Results 127 issues of Alexander Nozik

It would be nice to be able to substitute pre-defined names by values in arithmetic example. We need a simple expression calculator to substitute one from ancient CLHEP library.

**Describe the bug** ``` > Task :visionforge-solid:compileKotlinJs FAILED e: java.lang.NullPointerException at org.jetbrains.kotlinx.serialization.compiler.backend.ir.IrBuilderExtension$DefaultImpls.serializeAllProperties(GeneratorHelpers.kt:1286) at org.jetbrains.kotlinx.serialization.compiler.backend.ir.SerializerIrGenerator.serializeAllProperties(SerializerIrGenerator.kt:47) at org.jetbrains.kotlinx.serialization.compiler.backend.ir.SerializerIrGenerator$generateSave$1.invoke(SerializerIrGenerator.kt:267) at org.jetbrains.kotlinx.serialization.compiler.backend.ir.SerializerIrGenerator$generateSave$1.invoke(SerializerIrGenerator.kt:222) at org.jetbrains.kotlinx.serialization.compiler.backend.ir.IrBuilderExtension$DefaultImpls.contributeFunction(GeneratorHelpers.kt:69) at org.jetbrains.kotlinx.serialization.compiler.backend.ir.SerializerIrGenerator.contributeFunction(SerializerIrGenerator.kt:47) at org.jetbrains.kotlinx.serialization.compiler.backend.ir.IrBuilderExtension$DefaultImpls.contributeFunction$default(GeneratorHelpers.kt:63) at org.jetbrains.kotlinx.serialization.compiler.backend.ir.SerializerIrGenerator.generateSave(SerializerIrGenerator.kt:222) at org.jetbrains.kotlinx.serialization.compiler.backend.common.SerializerCodegen.generateSaveIfNeeded(SerializerCodegen.kt:109) at org.jetbrains.kotlinx.serialization.compiler.backend.common.SerializerCodegen.generate(SerializerCodegen.kt:37)...

bug

I am trying to deploy a statically generated site to a CentOS server. After some playing around I managed to make authentication work, but now I am permanently stuck with...

There is a lot of issues on the tracker about broken kotlin kernel. It uses obsolete hacks for cli interface and is very unstable. I am rather happy to say...

Hello, I am trying to implement a text viewer (no editing so far) using RichTextFx with tab stops meaning that I need for text with the same number of tabulation...

``` ERROR in .._imported/kotlinx-io/0.1.13/kotlinx-io.js Module not found: Error: Can't resolve 'text-encoding' in 'D:\Work\Projects\dataforge-core\build\js\packages_imported\kotlinx-io\0.1.13' ```

https://github.com/Kotlin/kotlinx-io/blob/2b54f00af7346ed9ff52213b33821e2d588ea3e4/core/commonMain/src/kotlinx/io/InputOperations.kt#L64-L65 This two statements together mean that returned array is always empty and pointer not advanced. I recommend adding tests for that.

To properly evaluate end of file and safely treat trailing read symbol after `\r` in `readUTF8Line`. I do not see safe way to implement it without changing how `decodeUTF8Chars` works....

I encountered few places where I need to either partially read or partially write `Buffer`. For example I read some data read from file with limiting window. I would be...

Another feature I would like to see (and contribute) after io-2 release is the reusable `Input` (and maybe output) abstraction. It could look like [this](https://github.com/mipt-npm/dataforge-core/blob/5265c0e5abe2dd26a64fc90f91ff862eaa30b669/dataforge-io/src/commonMain/kotlin/hep/dataforge/io/Binary.kt#L9-L21). The idea is that we...