Bryan Wilhite

Results 2 issues of Bryan Wilhite

In the `0.18.*` era of Bolero, by default, contents of `rootComp` would prerender: ![image](https://user-images.githubusercontent.com/5226627/173487284-ac1ae085-062a-418d-bccc-9e3f9135c04f.png) This is not the case for `0.20.*`: ![image](https://user-images.githubusercontent.com/5226627/173487535-23fb73b7-dfd3-4d88-91d0-7ba1cc153b88.png) In `Songhay.Dashboard.Server/Startup.fs`: ```fsharp .AddBoleroHost(server = false, prerendered =...

bug

[release 0.13.0](https://github.com/filipw/dotnet-script/releases/tag/0.13.0) does not run on Ubuntu bash for Windows. Steps to reproduce: Follow [setup guide](https://github.com/BryanWilhite/dotnet-core/tree/master/dotnet-script-minimal) that verifies the PATH modification in `~/.profile`. Enter this command in bash (Windows): `dotnet...