repl
repl copied to clipboard
Fable online REPL
When I added Fable.Reaction, building fails with below error ``` C:/Users/onur/source/repos/repl/paket-files/thoth-org/Thoth.Json/src/Decode.fs(913,16): (913,66) error FABLE: EnumOfValue only works if the enum type is known at compile time, try inlining the function...
I'm wondering if there can be some kind of "share" action for the JS output, e.g. something that brings up a dialog with a bunch of options including * copy...
I'm struggling with building fable-splitter. It requires to be comfortable with the stack (npm, yarn, dotnet, webpack, fake, packet) and I'm not yet there. But if I 'm not mistaken...
To prevent compiler version mismatches as it happened in #80. This means that Repl.Lib build should be moved to the Fable repo (and maybe we should do the same with...
Continuation of https://github.com/fable-compiler/repl-legacy/issues/42 I renamed the repositories. @citymeterio It's probably better if you remove your local copy and clone fable-compiler/repl again. We should write down a plan to make it...
@vasily-kirichenko has requested a light theme for the editor. Given that we already offer options like setting the font, it can be a nice addition to be able to set...
- Let the user save multiple samples with different names in browser storage - Let users easily share snippets like http://fssnip.net/ (requires a server) - Enable tutorials that go step...
Besides saving in the browser storage, the user should be able to download the files in zip format. Maybe using [this library](https://stuk.github.io/jszip/).
Sometimes you need to use multiple tabs in the REPL when you're trying different things or opening multiple shared URLs. In those cases, it's a bit tedious to wait the...
Before we add the server for sharing code, it'll be very useful if we add save and load buttons so users can save their work. For simplicity, I guess using...