Libing Chen

Results 75 issues of Libing Chen

IntelliJ IDEA can setup KotlinJavaRuntime for Kotlin source file, and following dependencies are included by default. Please consider to include `koltin-stdlib`, `kotlin-stdlib-jdk7`, `kotlin-stdlib-jdk8` and `kotlin-reflect` as default dependencies for Kotlin...

ideas

Add Kotlin script(kts) support for jbang because logic to run kts is different with kt source file. * create Kotlin script file: hello.kts ```kotlin //KOTLIN 1.5.32 println("Hello, Kotlin Script!") ```...

ideas

First thanks for great tool to make Wasm development easy and fast, and really fast. Most developers choose Vite.js for fast web development, if Trunk could be a plugin of...

`wagi --env` is good for global env vars for all modules, but for some cases, I need to inject some secret vars for a Wasm module only, not for all...

Docusaurus is popular open source site buidler, and code block has title support as following: ``` ```properties title="src/main/resources/application.properties" rsocket.brokers=tcp://139.196.223.16:9999,tcp://139.196.223.138:9999 ``` ``` And now the plugin ignores the syntax high light...

Apache Camel是支持Reactive Stream,你可以在 https://camel.apache.org/components/3.11.x/reactive-streams-component.html 这里找到,也不复杂。 但是可能直接整合Apache Camel和RSocket,可能在一些场合比较好,想了解一下有没有人在使用Apache Camel,具体有什么想法。 :)

目前RSocket Broker的控制台使用Vaadin开发,主要是方便Java程序员,同时减少各种REST API调用的问题,不知道多少同学对其他JS框架的了解程度。 这里调查一下,是否需要将控制台UI调整到Vue、React等框架? 但是Node环境和基本开发这个都是需要的。

question

just like MockitoExtension to supply mock extension ``` @Test void testMock1(@Mock Person person) { when(person.getName()).thenReturn("Dilbert"); } ``` In jfairy, just like following: ``` @Test void testMock1(@Faked Person person) { person.getFullName();...

enhancement

Easy to integrate with continue integration with callback, or integrated with gitlab Web hooks for restart.

duplicate
enhancement

From RxJava 3.1.1 https://github.com/ReactiveX/RxJava/releases/tag/v3.1.1 The operator fusion-related interfaces and two atomic queue implementations have been promoted to standard, thus officially supported in the io.reactivex.rxjava3.operators package. https://github.com/ReactiveX/RxJava/issues/7320 The package for following...

type/enhancement
help wanted
status/need-decision
for/user-attention