Sephiroth

Results 13 comments of Sephiroth

@tami5 I have a similar problem, but a little bit different from @againxx. ![image](https://user-images.githubusercontent.com/57939102/163306113-14998229-e8aa-4ba7-9a9f-71d549ea4214.png) - MacOS 12.3 - Nvim 0.6.1 - latest lspsaga How should I fix this?

Macos support +1.

@glepnir still has `\` https://github.com/glepnir/lspsaga.nvim/issues/391

> I have to set my baseURL as > > https://mygitlabuser.gitlab.io/mypage > > in order to get access to the css files and the page to render correctly but now...

没域名也行的,openssl生成自签证书和公私钥就好了.

第4章`P97`上方的代码块`command`的最后一个参数应当是`--metrics-brief`,原文少了一个`-`。

> I figured out the problem: on macOS and Linux, JavaScript child process doesn't read the `PATH` properly. As in the [doc](https://nodejs.org/api/child_process.html): > > > The command lookup is performed...

没事了,现在好了,加上`PATH`就可以了,是我`npm`路径找不到导致的(注意使用全路径,不要用`~`,不然也不行.) ```bash \. "/Users/agou-ops/.nvm/nvm.sh" && export PATH="/opt/homebrew/bin:$PATH" && /opt/homebrew/bin/npx picgo u ```

> Hi, > > Just started reading your book. But the command "kubectl run kubia --image=luksa/kubia --port=8080 --generator=run/v1" throws me the error``` > Error: unknown flag: --generator > See 'kubectl...