Tongshuai Zhang

Results 5 issues of Tongshuai Zhang

hi, I used `sveletkit` and `plotly.js-dist-min` in my project. yarn dev could work, but yarn build not. The error message is that: ``` E:\Projects\leakage-detector\node_modules\rollup\dist\shared\rollup.js:19908 var err = new SyntaxError(message); ^...

I used the AsyncClient of `rumqttc` to subscribe specific topics. And I only want to handle the requests_rx only because the subscribed topics are concerned only. I know I cloud...

feature request
in-pipeline

hi, I used sveletkit, which uses roolup to build the bundle, and plotly.js-dist-min in my project. yarn dev could work, but yarn build not. The error message is that: ```...

I found the the discussion, however it still happens to me. Since I use `sea-orm-cli` to generate the `entity` crate automatically, I cannot implment the `IntoActiveModel` inside the crate, which...

I have multiple and multi-layer routes and I'd like to organize the routes by nesting openapis, which maybe something like this: ``` pub struct RootApi { pub struct FatherApi {...

question