Jocker
Jocker
Open Remote-SSH extension version 
Successfully ssh into remote server after updating cursor to version 0.2.8. But lots of extensions couldn't work(it shows "Reload Required", and I can't fix it with reopen cursor or reload...
Well, it seems that rstudio's reason [https://docs.rstudio.com/ide/server-pro/latest/tutorial_api/configuration.html#allow-iframe](https://docs.rstudio.com/ide/server-pro/latest/tutorial_api/configuration.html#allow-iframe).
In my opinion, rstudio enabled load inside a brower frame (such as iframe) for security reasons. This causes problems in "Fore iframe" mode. Here's the issue talking about this [https://github.com/rstudio/rstudio/issues/12197](https://github.com/rstudio/rstudio/issues/12197)....
I modified line 10 in workflows/process/deepvirfinder/deepvirfinder.wf, by `OMP_NUM_THREADS=${task.cpus} dvf.py -c ${task.cpus} -i ${fasta} -o ${name}`, and it worked. Consider of some tools' can't limit resource by itself or can but...
Thanks for your reply @xiangpin. My checked package version, it's 1.7.0.998 now. And tested your code, everything went ok. But when I tried my data, I got the same warning...
I reproduced the issue with your example with adding xlim(-2, NA) and rising pwidth to 0.5. I guess that xlim function acts on the whole layer and geom_fruit seems not...
So is it the same question? #17
Yes, that's what my want indeed. Thanks very much. > Yes, This issue was caused by the `xlim` . You can use `geom_blank(aes(x=-2))` to replace `xlim`. > > ``` >...
Thank @alensiljak and @paulrosen. It's my misunderstanding, and now I get it. I transform standard tuning to open D,and it works: "tuning": ["D,", "A,", "D", "#F", "A", "d"]  I...