Jianshu_Zhao

Results 106 comments of Jianshu_Zhao

[S_Baltica_OS675.fna.zip](https://github.com/will-rowe/hulk/files/7777813/S_Baltica_OS675.fna.zip)

Thanks for quick response. I saw that fasta file in test folder is amino acid sequence. for example sample6.fasta. I will try now. Thanks Jianshu

I have dependencies like rust-zmq and ndarray-linalg crate, which relies on libc.so and libgfortran.so and libopenblas.so as backend support. No idea how to remove the dynamic library link requirements. I...

Yes!use vendered,not crt-static,it works. The openblas backend is the main problem,openblas itself can be statically linked but gfortran.so cannot. Jianshu

since gcc -lfortran relies on libgfortran.so

Thanks! I do not want to delete the entire type and reenter in a lot of cases. Thanks Jianshu

Hello Team, I have another question related to installed plugins. How do I uninstall it? I noticed that memory consumption of just one window for rust plugin is already 500M,...

Thanks for the quick response. I will just work in less than 2 windows and wait for new release (some times only one is needed to code while others windows...

Interesting is even though you close the second window but keep only one, memory will still be 700M+ instead of going back to ~500M unless you complete close all windows...

Yes I am using 0.1.3. Does the nightly version work? Jianshu