Peter Rosconi

Results 4 issues of Peter Rosconi

It would be nice to have a way to output an in memory image with an optional specified size. Useful for generating charts in a back-end process. This is also...

enhancement
question
Up for grabs

In the generateHelp method in the build.template file https://github.com/fsprojects/ProjectScaffold/blob/master/build.template#L185 ``` fsharp let generateHelp fail = if executeFSIWithArgs "docs/tools" "generate.fsx" ["--define:RELEASE"; "--define:HELP"] [] then traceImportant "Help generated" else if fail then...

The links in index.fsx are hard coded to fsprojects/FSharp.ProjectScaffold https://github.com/fsprojects/ProjectScaffold/blob/master/docs/content/index.fsx#L62-L66 ``` [content]: https://github.com/fsprojects/FSharp.ProjectScaffold/tree/master/docs/content [gh]: https://github.com/fsprojects/FSharp.ProjectScaffold [issues]: https://github.com/fsprojects/FSharp.ProjectScaffold/issues [readme]: https://github.com/fsprojects/FSharp.ProjectScaffold/blob/master/README.md [license]: https://github.com/fsprojects/FSharp.ProjectScaffold/blob/master/LICENSE.txt ``` Init.fsx should change this file in order to...

These URLs are now 404: https://github.com/Dzoukr/Feliz.DaisyUI/blob/e576fc932677e53c2285b80079523e26c73dda5c/src/Docs/Pages/Diff.fs#L15-L20 Solution: Pull files in locally and serve them using relative pathing