hitzhangjie
hitzhangjie
Do I have to install cuda 12 rather than cuda 11.1? I installed cuda 11.1 and build bias plugin failed, please see: https://github.com/XingangPan/DragGAN/issues/406
No, it hasn't been fixed, Xcode 9.4.1
I came across this very same bug!
When I tested this bug, I found that when I put the cursor on the first line and first column, then press dd, it won't work.
@JugglerShu Good work, now the branch 'develop' solves the issue!
I saw the same, too. When cursor is at the first column of the first line, 'dd' doesn't work. As @mdizzy mentioned, I can use 'd$' instead of 'dd', but...
Do we have a plan to solve this problem?
> There TWO possible roots of evil. Eliminate both: > > 1. Install CUDA version > 11.6 > 2. Use marianbastiUNRN (thanks!) solution with python310.lib I install cuda v11.7, it...
`SetsageTemplate` may only affects the template. If we want to support multiple languages, we may consider the description of commands and flags. I use `go-i18n` to support multiple languages in...
I come across this problem,too. For example, when I select and copy a value from terminal or webpage, and paste as the parameter of the cobra-based commandline tool, like `mytool...