jfontsaballs

Results 24 comments of jfontsaballs

[Chapter 3](https://github.com/kotlin-hands-on/hands-on/blob/master/Building%20Web%20Applications%20with%20React%20and%20Kotlin%20JS/03_A_First_Static_Page.md) from the React tutorial, in line 184 and following recommends using `kotlin-react-css` which has been removed from `kotlin-wrappers` (see the [release](https://github.com/JetBrains/kotlin-wrappers/releases/tag/pre.332) notes). Please modify this tutorial with updated...

I believe it is a good idea that mappers are able to configure attributes on tags, as many attributes are related to the behavior of the native library's functions that...

For me it's ok

I'd also like immutable collections to be serializable using [https://github.com/Kotlin/kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization). My use case is that I'm passing information between a Ktor server and a KotlinJS client. I have a shared...

@NorbertSandor could you please update the issue title so that it clearly reflects that you are requesting serialization with [https://github.com/Kotlin/kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization). This is not to be confused with Java serialization which...

First of all, thank you very much for reviewing my code. As per @turansky indications, I changed tabs into spaces and added Margin function. Also changed the usage of StateInstance...

It renders when you deactivate it. This works: ``` sequenceDiagram A ->>+ B : something B ->>- A : something else ```

Maybe a notice indicating this can be added to the docs?

Next week I'll double check these questions with actual hardware and post the answers. I must warn you that right now I only have access to a CJ2M PLC, however...

These has been verified on the CJ2M family only and the Cx-Compolet driver (NOT libplctag). In the PLC's memory strings are allocated a fixed length up to 255 characters and...