waveproc

Results 27 comments of waveproc

The "redirects" in [astro.config.mjs](https://github.com/c3lang/c3-web/blob/main/astro.config.mjs) make it difficult for others to contribute to c3-web. Also, I don't like how certain files/folders are hidden in the [.vscode/settings.json](https://github.com/c3lang/c3-web/blob/main/.vscode/settings.json), which is why I removed...

> Could you not just do `npm i` and remove pnpm? I am not sure why that was even added, it would be good if we could remove it actually...

> Redirects are a fact of life on the internet. We need to support older links but we also want to update our links to new structures when we update...

So really I think that the redirects were done to simplify/shorten the URLs: https://web.archive.org/web/20240805175104/https://c3-lang.org/guide/my-first-project/ I don't think link rot matters too much when people can clone the entire repo and...

Something like clang's [JSON Compilation Database](https://clang.llvm.org/docs/JSONCompilationDatabase.html) would be nice.

The docs are still a work in progress; this is something I am slowly working on behind the scenes. Currently your best shot is to 1. `git clone` the [https://github.com/c3lang/c3-web](https://github.com/c3lang/c3-web)...

Oh also, for some reason the Astro package isn't included in the package.json file, so you have to `pnpm i astro` as well. [#156](https://github.com/c3lang/c3-web/issues/156). Update: wow the links are broken...