SAFE-BookStore
SAFE-BookStore copied to clipboard
Working sample of a SAFE-Stack project with hot reloading
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
### Description There is a console error: `Warning: Expected server HTML to contain a matching in .` Also, the header says **"Rendered on client"** The html on the initial page...
### Description fable-compiler 2.1.3 C:\Users\tombu\Desktop\F#\SAFE-BookStore-master\src\Client> dotnet restore Client.fsproj C:\Program Files\dotnet\sdk\2.2.105\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(208,5): error MSB4018: The "ResolvePackageAssets" task failed unexpectedly. [C:\Users\tombu\Desktop\F#\SAFE-BookStore-master\test\ServerTests\ServerTests.fsproj] [C:\Users\tombu\Desktop\F#\SAFE-BookStore-master\test\ServerTests\ServerTests.fsproj] C:\Program Files\dotnet\sdk\2.2.105\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(208,5): error MSB4018: System.IO.FileNotFoundException: Could not load file or assembly...
### Description There is problem with updated paket.exe. ### Repro steps 1. Get the latest sources 2. Call paket.exe ### Expected behavior No errors ### Actual behavior The remote server...
### Description Can't debug application in VS Code. ### Repro steps Do steps from debugging section: https://github.com/SAFE-Stack/SAFE-BookStore#debugging ### Expected behavior Successfully started debugging process ### Actual behavior No started debugging...
With the current release, hot reloading didn't fully work for my setup (no automatic browser refreshing) until, after finding an [old issue on webpack-dev-server](https://github.com/webpack/webpack-dev-server/issues/206), I removed the `hot : true`...
Asked by @forki on Gitter > I wonder if you could send a pr to bookstore that actually uses Toth decoders and removes the generic ones Possible improvements: - Use...
We need to be able to host our app as a subapplication in IIS. By that I mean something like ``http://my.domain.test/customer1/location1/SAFE-BookStore``. The two biggest issues I had were the ``pageParser``...
Paket failed with could not download FAKE 5.3 from https://www.nuget.org/api/v2/package/FAKE/5.3.0
### Description VS Enterprise 2017 d15.9stg: Version 15.9.0 Preview 4.0 [28217.54.d15.9] Node.js: V8.12.0 Yarn --version:1.10.1 ### Repro steps Master branch of SAFE Bookstore Install the needed deps for [SAFE-Bookstore](https://github.com/SAFE-Stack/SAFE-BookStore) In...
### Description @fergusmeiklejohn asked on Gitter why the language services don't work properly when following [the instructions](https://github.com/SAFE-Stack/SAFE-BookStore#create-a-new-page) to add a new page in the README. I noticed the unusual project...