Robert Zhang
Robert Zhang
@embear Thanks for your information. I checked my `runtimepath` as you said and got this: `/Users/robert/.vim,/usr/share/vim/vimfiles,/usr/share/vim/vim74,/usr/share/vim/vimfiles/after,/Users/robert/.vim/after` I'm not a VIM expert so it would be nice to have it installed...
I have the same issue. My ruby version is 1.9.2. My OS is Ubuntu 12.04. The error is: > 1.9.2-p320 :001 > require 'qrscanner' > LoadError: /home/robert/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/site_ruby/1.9.1/i68 > 6-linux/qrscanner.so: undefined...
So the time is April 23, 2023 now. Do we have any workaround for this problem? I'm using Markdown All in One v3.5.1 in VS Code. I got generated TOC...
> > any workaround > > Unfortunately no. > > I don't have sufficient time to change this. Might need some help from the community. Sorry to hear that. Thanks...
现在是2023年,问题还没有解决吗?
@suhuruli, unfortunately, I have the same error on Windows with Docker Desktop. I'm following this https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-quickstart-containers-linux but I'm deploying to a local dev cluster of Linux instead of Azure. I...
Hi @peterpogorski , any idea on this? BTW, I'm also trying to use the Ubuntu 20 image as the document says but it's not found at all! ``` PS C:\Users\robert>...
Shall we support a single '-' option, like ```cs [Option('-')] public bool FromStdin { get; set; } ``` A single '-' is special and only for a bool property. Then...