Surya Widi Kusuma
Surya Widi Kusuma
Would copying the content from `data/locale/en` to `_projects` and `_faq` before running jekyll a viable solution?
> @alita-moore Can you share the Supabase CLI version you're using? Also, try with latest version of Supabase CLI (`npx supabase@latest functions deploy`) and see if you experience the same...
Removed in https://github.com/coala/git-task-list/pull/33
@mhils Storing the production files (app.bundle.js) on the repo makes the diff messy, I'd recommend removing this file from the repo.
> Thanks for the efforts, but I still feel this is misguided. Can you clarify how and why you want to use this tool before the submission deadline? I think...
I encountered this issue while adding coala to my project. Installing `remark` package explicitly, not just `remark-cli` and `remark-lint` (and *maybe* pin the exact version that I used) seems to...
I've found the **real** problem. remark won't run on older version of nodejs in shipped with circleci by default. [See my build](https://circleci.com/gh/blazeu/coala-atom/8) Using node v6.11.5 the [build ran successfully](https://circleci.com/gh/blazeu/coala-atom/9).
No. We have to remove the whole README.md to get this rectified. There's no other option, and by that it means we cannot have any markdown. This is a definite...
The solution might be to add `node_modules` inside the project to PATH and also set NODE_PATH like in https://github.com/coala/docker-coala-base/blob/master/Dockerfile#L10-L11 OR Just install the dependencies interactively when running `coala` e.g. when...
> at the starting of package.json You can't run that inside a .json file. I don't think you understand this.