Levi Zim
Levi Zim
I only set `RUST_BACKTRACE` to `full` to get full stacktrace output. I'm already using the latest version of rust-analyzer plugin for vscode. I will try the latest pre-release now. >...
I am still getting this panic in rust-analyzer 0.4.1214-standalone **Edit**: I am still getting this after disabling all other vscode plugins. **Second Edit**: I installed vscodium alongside vscode and this...
Just got an error like this one but I can't reproduce it now. @jonas-schievink Do you think this is the same error? Vscode with rust-analyzer 0.3.1203-standalone ``` [ERROR hir_expand::proc_macro] Non-dummy...
What command do you use to install aspeak? And please show me the full log.
> pip install -U aspeak > > > What command do you use to install aspeak? And please show me the full log. Please show me the full log. I...
升级 `urllib3`: `pip install --upgrade urllib3`
> ``` > ImportError: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/local/python3/lib/python3.10/site-packages/azure/cognitiveservices/speech/_speech_py_impl.so) > ``` 这个问题是你的系统的 C++ 标准库版本过低导致的,你需要升级 libstdc++ 到一个支持 CXXABI_1.3.8 的 版本
No rush at all, but I was wondering if keystone has any plan to release a new version with the recently added RISC-V support. It's been three years since the...
> We've been thinking about this as well - while this issue keeps moving forward, has anyone found a workaround to package both "bin" and "pyo3" bindings in a single...
I am interested in implementing `nix::ptrace::getregset()`. But it seems that this function should be `unsafe` and I didn't find any other `pub unsafe` functions under the `ptrace` mod. My plan...