dong.huo

Results 23 issues of dong.huo

- [ ] I have searched the [issues](https://github.com/antvis/g2/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/embed/epic-colden-t9zwi?fontsize=14&hidenavigation=1&theme=dark) ### Steps to reproduce 1....

- 修正了代码中引用但未在 pom 文件中声明的类库 - 补充了 maven 编译插件的最新版本号. - 更新官方 Scala maven 插件. 使 `mvn complie` 可以正确编译整个工程

pom 文档一直有问题, 不知道 IDE 是怎么正确加载工程的. 下面是当前 master 分支 `mvn validate` 的输出结果: ``` [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] 'dependencies.dependency. net.librec:librec-core:3.0.0-beta' for...

Going Reactive with Spring, Coroutines and Kotlin Flow https://spring.io/blog/2019/04/12/going-reactive-with-spring-coroutines-and-kotlin-flow

### Qwik Version 0.12.1 ### Operating System (or Browser) macOS, Chrome latest ### Node Version (if applicable) v18.11.0 ### Which component is affected? Qwik React ### Expected Behaviour My react-component...

bug
triage

When I build unity with the `-DGGML_BUILD_EXAMPLES` option, the compiler issues an error. ``` /workspaces/seamless_communication/ggml/examples/common.h:44:58: error: 'unity_params' does not name a type; did you mean 'gpt_params'? 44 | void unity_print_usage(int...

I tested the following type signature, and it correctly inferred the list of variable parameter types, so maybe we can use it to simplify the signature of the useResolved function....

enhancement

Is it possible to implement the `createRenderer` API in solid in voby? This allows voby to be used in a wider range of scenarios.

enhancement

#142 is an incorrect integration. The qwik library must be build by vite and @builder.io/qwik/optimizer, so I move the qwik integration to packages/qwik. This also has the advantage of having...