dong.huo

Results 15 comments of dong.huo

我提交的 Issue 里有 Demo:https://codesandbox.io/embed/epic-colden-t9zwi?fontsize=14&hidenavigation=1&theme=dark 我没有使用根 chart 绘制 annotation

This is a simple example of the coroutines + scalecube, expect the combination of scalecube and coroutines  😀 . ```kotlin @Service interface ExampleService { @ServiceMethod suspend fun sayHello(request: String): String...

I had the same problem in 1.7.0, I observed conflicting import symbols in the build target, and for now I had to rewrite the import to get around the error....

> We're getting a similar error with `1.7.0`. I haven't looked at the code in 1.7.0 vs 1.6.8 but it seems that `RemixServer` is exported differently in 1.7.0 than in...

I found in remix app that the generated `build/index.js` file contains duplicate symbols, but `require()` module is different package: ``` // a.tsx var import_react = require('react'), ... // b.tsx var...

> This was fixed for me in `[email protected]` [remix-run/remix#2987](https://github.com/remix-run/remix/issues/2987) I observed this problem because I upgraded Remix from 1.6.x to 1.7 the day before yesterday

librec-core 模块中也循环依赖了 librec-core 自己.

node 工程问题太多, UI 重构越晚越好。有可能启动重构时直接能用 deno 了。

Yes, I have noticed this change that occurred in ts 5.0x. This is my tsconfig.json: ```json { "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "moduleResolution": "bundler", "module": "ESNext", "target": "ESNext", "esModuleInterop": true, "inlineSources":...

@mxcl Don't forget this :)