starlitxiling
starlitxiling
前两天更新的Windows,今天使用chrome时发现vimium用不了,排查后发现是在Rime输入法中文模式下无法使用,且使用`shift`切换的时候页面会有很明显的中英文状态,以前在Windows10的时候并没有出现此问题,强烈希望能够解决,还是非常喜欢Rime的。Rime:0.15.0.0 Chrome:121.0.6167.86(正式版本)(64位) Windows11专业版:22H2 22621.3085
> The C++ Dataflow example doesn't seem to work on Linux The really error message is ~~~bash bfd plugin: LLVM gold plugin has failed to create LTO module: Opaque pointers...
Sorry for following up on this question just now. Since `run.rs` involves compiling more than one module, if we want to separate `debug` and `release`, it will cause too much...
Yes, we made some unnecessary changes to the example, I hate this, so I will try other ways to achieve this goal.But I'm out of ideas for now, so any...
if you want to reproduce my problem, you can refer this:https://github.com/dora-rs/autoware.universe/tree/feature/autoware_dora/tools/read_id_test
```rust impl From for DataId { fn from(id: String) -> Self { let mut id = id; id.push('\0'); Self(id) } } ``` I tried this, but it fails when parsing...
Thanks for your reply, I am not sure it is a good idea. When we get the Input_id in `read_dora_input_id`, we have already got a in unexpected input_id, like this:...
And there is a interesting phenomenon. we have a node which input_id is `"pointcloud"` and output_id is `"pointcloud_no_ground"`. When we check the input_id of this node, sometimes its input_id is...
Ok,i will do this.
Yes, I tried to run some C examples according to CI, and found that sometimes it does not have the above error, but sometimes it will have the error that...