SAFE-template
SAFE-template copied to clipboard
dotnet CLI template for SAFE project
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Can there be a config option for azure deployment? Currently once it is deployed by `dotnet azure ..`, its minimum cost is about more than $50 per month at least...
Hi, I've followed the following steps using the SAFE template (regular template, not minimal) and I am running into the following issues. https://safe-stack.github.io/docs/recipes/build/docker-image/ c:\LearnerDockerTest1>docker build -t abcd . [+] Building...
After creating a new project from the template (v3.1.1) and starting it up, communication between client and server doesn't work. In the console I see: ``` client: [HPM] Error occurred...
I'm trying to upgrade my project to V3 and after following all the steps here https://safe-stack.github.io/docs/recipes/upgrading/v2-to-v3/ Now I'm trying to run `npm run-script build`, but I get a following error:...
Hi, from the server, I return a boxed list ``` box [ DateTimeOffset.MinValue; DateTimeOffset.MaxValue ] ``` On the client, unboxing via ``` let datesAsList = unbox datesFromServer printfn $"datesAsList: length:...
So that things don't break when dependencies make breaking changes and bump the major version number. Using `~>` operator, as discussed in #180
Hi, you can replicate the error by cloning https://github.com/reneederer/maptest Basically, I created a new SAFE project from the template and changed ITodosApi in Shared.fs to ```type ITodosApi = { getTodos:...
I tried starting from the minimal template and then add functionality. But I ran into issues where for example the default template has been upgraded to webpack 5 and the...