Levi Zim
Levi Zim
FYI VSCodium and open-remote-ssh plugin(which supports VSCodium but not proprietary vscode) supports riscv64.
> I'm open to the idea. Do you any ideas about what the the API would look like if you implemented this? I think the most obvious way is to...
Switching to the modern definition of Rcomplex union fixes this issue. See #1147 Here is a patch that could be used with 3.5.17: https://github.com/felixonmars/archriscv-packages/blob/e15a42e4b4103bdf912646bf869d52ba871775c0/python-rpy2/rpy2-fix-Rcomplex.diff
> I've tried many times, but it always breaks due to this error.QAQ > >  That's pretty much expected if you are building natively on riscv64. It's trying to...
> CC(target) Release/obj.target/nothing/node_modules/node-addon-api/nothing.o > riscv64-unknown-linux-gnu-gcc: error: unrecognized command-line option '-m64' That's not the correct compiler flag for cross-compilation. `-m64` is for x86_64 architecture.
The cef binary, downloaded from `http://d2ettrnqo7v976.cloudfront.net/cef/5414/linux_64/cef_binary.7z` in https://github.com/ONLYOFFICE/build_tools/blob/master/scripts/core_common/modules/cef.py also appears to be very outdated. And seriously, why is it downloaded from an HTTP url without any checksumming?
Sorry for lack of progress here, I'm feeling a little overwhelmed and currently focusing on my academic research. I think maybe pypi's approach is more suitable and scalable, where people...
This issue is reported to GTK here: https://gitlab.gnome.org/GNOME/gtk/-/issues/6817
> @kxxt Do you have the same issue? Yes. I could reproduce it on 1.94.1. I think that is probably caused by the mismatched nodejs version. riscv64 is using node...
> I do have ripgrep installed as a Debian package (and Alpine has it too), so if you could use the globally installed one it should work, at least for...