Georges Kanaan
Georges Kanaan
Also the zoom gesture is **very** buggy, sometimes it zooms the window, and sometimes the content (and when it does the content it is very fast). Using gestures to pan...
Hi @metehaansever, I am on a 13" MacBook Pro the full screen resolution is 2560 x 1600. Ok so I played around more wit the zoom and what I figured...
Hi @metehaansever, another suggestion or perhaps more of a question even. Is it possible, (or would it be logical to implement) the option to have this Bin side panel (or...
Perhaps an online Anvi'o forum that would get indexed by Google would help with this on the long term? For example a hosted [Discourse](https://www.discourse.org).
I was thinking about this recently and thought of something other tools have done which is to defer people to forums such as StackOverflow (perhaps for Anvio this would be...
True, could be interesting to have a custom GPT.
@FlorianTrigodet @metehaansever I was looking into this but couldn't reproduce it, has it been fixed and/or can you reproduce it?
I will say that generally though something like this would be cleaner/safer than eval(): ``` function evaluateCondition(cellValue, searchValue, operator, operatorText) { switch (operator) { case '0': // "==" return cellValue.toString()...
I confirmed this occurs in v8 as well.
Ok figured this out. Turns out it is a known [issue](https://github.com/BinPro/CONCOCT/issues/323) with CONCOCT due to the fact that it is no longer compatible with the latest versions of sklearn. If...