oli
oli
Yep, didn't even know they were there. I don't think they really belong in the footer anyway. Maybe the left side-bar would be better?
Yes, it's possible. You need to enable the source maps generation option in the fable command. If you're following the [debug recipe](https://safe-stack.github.io/docs/recipes/developing-and-testing/debug-safe-app/#im-using-vs-code) for using VS Code it's fairly simple. You...
Hmm I just tried it with a fresh template and got the same thing as you, all the breakpoints set are grey. I then tried downgrading back to v3.0.0-beta004 and...
There are a number of differences but I'm not sure what's changed that made it stop working. It doesn't seem to be to do with the fable version and no...
Nice find! Good to know it's got something to do with the webpack config. In this comment https://github.com/SAFE-Stack/docs/pull/223#discussion_r655083871 Alfonso mentions needing the **source-maps-loader**, which I found not to be necessary...
Did you create the Dockerfile? Check that it's at `C:\\LearnerDockerTest1\\Dockerfile` named correctly without any file extension and with the capital first letter.
IDK why it can't find your Dockerfile then. Can you paste a screenshot of `dir` just to make sure everything is in the right place? https://github.com/docker/for-win/issues/8781 When you docker build...
If you're using node version 17 or higher, see #490.
The line it's pointing to is to do with HMR, so I'd try disabling HMR by commenting out the `open Elmish.HMR` line in `#if DEBUG` and/or doing a release build...
It's probably this https://github.com/elmish/hmr/issues/35. You can pin `Fable.Elmish.HMR` to version `4.1` in your `paket.dependencies`, or following step 6 in the upgrade recipe overwrite the `paket.lock` file and add back any...