Waypoint icon indicating copy to clipboard operation
Waypoint copied to clipboard

Opinionated solution template for building F# OSS libraries and tools.

Results 8 Waypoint issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I can't run `dotnet fornax build` or `dotnet fornax watch` successfully in the `docs` folder of the `Content` template on MacOS. **To Reproduce** 1. Clone repo and...

bug

This was suggested by @dsyme yesterday on Twitter. Core Design: * As [Fornax](https://github.com/ionide/Fornax) is essentially just an opinionated script runner there is no way (by-design) to remove `.fsx` scripts completely....

documentation
question

Search engine optimisations to improve F#-tooling-awareness. Besides the current `` The templates should generate the following meta tags content to the page ``, at least descriptions, keywords, etc: ```html ```...

documentation
enhancement

For more easily getting contributions for fixing typos in the docs, it would be great to have a button/link on each page pointing to the source for that page. (For...

documentation
enhancement

Hi there, this project looks really interesting, I will try it the next time i create a project from scratch. However, as you also mention in the docs, there are...

documentation
question

Add a link to download `md` or `fsx` files that are used for a content generation - more in-depth discussion in #22

documentation
enhancement
good first issue

**Describe the bug** Trying to build a clean template generated with `dotnet new waypoint` and running `dotnet fake build` (after `dotnet tool restore`) i get the following error when running...

bug

Since Waypoint is opinionated regarding coding style, there should be an `.editorconfig` and a `fantomas-config.json` in the project root to make IDEs that support these files (e.g. VSCode, and VS...

enhancement