kewenchao

Results 11 comments of kewenchao

@Naros My modification has been running for a few days now. the connector will have a data loss problem when running on a rac cluster. I think it is caused...

@raquo I have attempted to provide an implementation of the 'aminar' binding for the MDUI web components library using the generator related code you provided. Thanks you. After adaptation, it...

Note: `onChange` should not have the inline keyword before, maybe it's a bug in scala

I just tried it on IntelliJ, it doesn't work. scala3 is still not well supported😭 Yes, it's a huge effort, if the code cannot be auto generated.

Thanks. If this typescript type is rare, that's good news.Manually modify it when I need to.I've designed new type inference to make this work seem easier ```scala type TRUE =...

> Especially because we are getting a Scala 3 replacement for SplitRender, see https://github.com/raquo/Airstream/pull/116 and https://github.com/raquo/Airstream/pull/133 This means that in the future, Airstream's functionality will be used directly to replace...

I add some magic to LazyImportSplitRender, and it can now control the switching between dynamic and non-dynamic without adding any operation functions. now, it's good enough for me. ```scala import...

@raquo I will give the issue you mentioned a try, a bit later on.

@raquo I tried it in laminar-full-stack-demo, it works. it is strange. In laminar-full-stack-demo, I didn't modify the compilation configuration. Is your SignalWrapper placed in a separate Scala file, I'm not...

It seems that it is indeed a scala3 compiler bug. I noticed that if `inline def dynamicImportSignal` is placed in another sub-project of sbt, this bug will not be triggered.