Vaclav Hanzl
Vaclav Hanzl
As 3.7 started to fail in Docker build, I proposed to use 3.9 in #309. Also, 3.9 is what Google Colab uses now and we have to adhere to it...
Hi @chinmayraneQ, this is my guess (and others who know better may correct it): There is no such argument. As things are implemented, the model must fit in the GPU...
I guess it failed while computing MSA, before doing anything with GPU(s). Maybe you could share your full command line? And yes, totally separated runs on "Cuda:0" "Cuda:1" is what...
I'd double-check format of things in /workspace/fasta_dir . Also, can you please find out version of the installed jackhmmer?
Aquamacs is another app which does not move/resize. When I try to move/resize Aquamacs, some other window is move/resized instead, so I guess that it is somehow undiscovered in the...
Thanks @cotfas , I already solved all my key-related itches with 100 lines of C code, this way I have full control :) Fixing HB for Aquamacs is my only...
Hi @finestructure, I found out what is the problem with Aquamacs. In the GUI hierarchy, well behaved apps have 'window' elements under 'application', see e.g. (run in terminal, maybe allowing...
I can move Aquamacs, however is does not mean that it can be discovered under pointer. So to answer this, press Cmd+Shift+4 Space and start roaming around the screen. Aquamacs...
Thanks for your attention at busy time @finestructure. Looking at [docs](https://developer.apple.com/documentation/appkit/nsaccessibility/attribute), I guess the fall back could be to test for `Attribute.role` being `application` and if yes, use the element...