Xin Xiu
Xin Xiu
> 首页可以通过iframe的形式嵌入系统中。系统登录时,存储返回的token,当进入嵌入页面时,将token下发给davinci,这样就可以做到免登陆。因为,davinci的token都是存在locastorage中,所以这种形式可以。 是可以实现的,目前在做的项目里,前端差不多是这么实现
我也遇到了,应该是版本问题 将package.json -> devDependencies -> "vite-plugin-svg-icons": "1.0.5", 另外 npm install [email protected] 就可以了!
+1. Also, I make a suggestion that the user can customize the input window height.
终于找到非常感兴趣的学习资源了。✿✿ヽ(°▽°)ノ✿
> @jkvargas Hm have you seen this before? > > @imizao I think you can try to change the feature flag for assimp from `prebuilt` to `static-link`; https://github.com/AmbientRun/Ambient/blob/main/Cargo.toml#L135 @FredrikNoren Thank...
@FredrikNoren Hm I also encountered difficulties here. I tried to use the prebuilt binary file, so I get this error message in the terminal: ``` zsh: bad CPU type in...
@FredrikNoren Hm yeah it's this one[ambient-aarch64-apple-darwin.zip](https://github.com/AmbientRun/Ambient/releases/download/v0.1.1/ambient-aarch64-apple-darwin.zip) > And would you mind posting an issue on the russimp repo about this: https://github.com/jkvargas/russimp and link it to this one? Ok,I have [submitted](https://github.com/jkvargas/russimp/issues/36)
LGTM. Ambient has been installed and I also appreciate the active response from the Ambient team. I hope to experience the full Ambient next time. Thanks again ; )
> Please follow the pull request notice first. Well, should I use it like this? [Improvement-16947][UI] Task instance log details should always stay at the bottom
> I think this feature needs disscussion. No all users needs this when the log is very large and refresh very fast. Add a button that allows the user to...