Prathamesh
Prathamesh
I am facing a similar problem ``` ~/vm $ sudo ./up virtio_net: Could not create vmnet interface, permission denied or no entitlement? ~/vm $ cat up #!/bin/sh KERNEL="boot/vmlinuz-4.4.0-21-generic" INITRD="boot/initrd.img-4.4.0-21-generic" CMDLINE="earlyprintk=serial...
Found it !! In my case culprit was UUID (I have no idea why) ``` May 6 15:03:26 MacBook-Air.local sudo[17863]: prathamesh.nevagi : TTY=ttys005 ; PWD=/Users/prathamesh.nevagi/vm ; USER=root ; COMMAND=./up May...
Hmm interesting... thanks for raising on vim side, will keep an eye out, cheers
Hey, thanks mate. Infact, I have it in todo list https://github.com/pr4th4m/coc-restclient#todo Recently, I have been busy, contributions are welcome though 😄
Hey mate, thanks for reporting Will take a look soon
> Nevertheless, shouldn't flag then better be a string or table of strings? Strikes me as cleaner than whitespace-separated flags. Good point, however, `flag` will have two datatypes string and...
@fdschmidt93 thoughts on above?
Thanks for the instant reply, I was browsing one of the questions here https://github.com/romkatv/powerlevel10k/issues/563 so I though there might be a hack to do it other way around