myth
myth
this had something update yet? If export funciton works, people will can use crystal to generate wasm to use in python code, mean use ```python + crystal + wasm``` instead...
Hello! @straight-shoota @HertzDevil approve this PR https://github.com/crystal-lang/crystal/pull/11935 need more discussion among you and @lbguilherme or someone? This PR https://github.com/crystal-lang/crystal/pull/11935 had been not active from April. I just want Crystal give...
> I'm not very keen on expanding the amount of bundled dependencies in Crystal release packages. It's quite a burden to set up and maintain such toolchain dependencies. For my...
I still get the same error with ```panel v1.2.0 + python v3.11.4``` at Window10 system, it had fixed?
@robertaboukhalil this PR is ok?
> Hey, I'm traveling but will take a look as soon as I'm back mid next week, thanks! ok
ok, the main process is: ``` ## go into docker container of emscripten/emsdk:2.0.34 cd /fsxlustre1/skw/software/biowasm/ wget https://github.com/biowasm/biowasm/archive/refs/heads/main.zip unzip main.zip cd biowasm-main ## add t_cofffee to biowasm.json python3 bin/compile.py --tools t_coffee...
@robertaboukhalil thanks a lot! I will try to give up the ```t_coffee``` later~
whether there are some tutorial of ```mouse hover position or highlight residue``` for https://molstar.org/viewer/molstar.js? I only can find some tutorial by ```wget https://molstar.org/viewer/```and I don't use ```molstar``` in ```nodejs```.
> @orangeSi see here https://molstar.org/docs/viewer-state/ thanks~ I saw this tutorail, but seems ```plugin``` in this tutorial is only for ```nodejs``` ? if so , how to translate it to used...