Debmallya Bhattacharya

Results 7 comments of Debmallya Bhattacharya

Solved it by adding `cname` flag manually as `github.com` along with `base-href`.

However, `npx nx deploy` didn't work in Github Actions. I suppose I'll have to use a dedicated action like [GitHub Pages action](https://github.com/marketplace/actions/github-pages-action).

Try importing it like - `import minion from './minion.flr'`

> Having a similar issue. I see > > ``` > .antigen/bundles/robbyrussell/oh-my-zsh/plugins/gh/gh.plugin.zsh:14: no such file or directory: .antigen/bundles/robbyrussell/oh-my-zsh/cache//completions/_gh > ``` > > echoing `$ZSH_CACHE_DIR` results in this string `.antigen/bundles/robbyrussell/oh-my-zsh/cache/` >...

@BitForger @zyf0330 I can confirm that the extra slash is not problem. The issue goes away if I manually create the `completions` folder inside `~/.antigen/bundles/robbyrussell/oh-my-zsh/cache`, because that was non-existent. I...

Nevermind, my solution didn't work ultimately. Seems like using `antigen bundle gh` isn't working for me. Issue due to my solution if u use `gh`: ``` (eval):1: _gh: function definition...

I used `gh completion -s=zsh > ~/.antigen/bundles/zsh-users/zsh-completions/src/_gh`, instead of the `gh` plugin. Works with antigen.