repl icon indicating copy to clipboard operation
repl copied to clipboard

Fable online REPL

Results 25 repl issues
Sort by recently updated
recently updated
newest added

How to add a "Hello react" app, both in Fable and in Feliz, reason is React is the most used web framework atm in the industry. think it's most idiomatic...

I working on localization for REPL for my own needs. I plan to support couple languages which I can manage myself, and couple others based on Google Translate. Instead of...

src/Export/build.sh contains these lines ``` cd ../$NCAVE_FSHARP_REPO git checkout export dotnet build -c Release src/buildtools/buildtools.proj dotnet build -c Release src/fsharp/FSharp.Compiler.Service ``` However @ncave 's branch (https://github.com/ncave/fsharp/tree/export) no longer contains these...

I was trying out the REPL to see it produce other code (rust) but the menu closes before I have a chance to select it. This is manifested in firefox....

### Steps to reproduce 1. Open https://fable.io/repl4/ in Firefox (tested with 102.0 on Ubuntu+GNOME Flashback) 2. Click on the gear icon in the left sidebar 3. Click on the ``...

This bug is not about taking the wrong overload, which is an ongoing problem not easy to solve, but about returning a value not corresponding to any of the overloads....

There use to be a lot of good Elmish and Fulma samples available in the REPL, but they are all gone now. Any chance you can put them back?

question

I was wondering if it's possible to include F#+ in the repl, now that it compiles in Fable. The reason is that there are some users wanting to play a...

When I try to run even the simplest of examples in the Fable REPL, such as the counter app, the UI comes up blank. The underlying error Chrome dev console...

bug