repl-legacy icon indicating copy to clipboard operation
repl-legacy copied to clipboard

Results 11 repl-legacy issues
Sort by recently updated
recently updated
newest added

On twitter @dsyme mentioned: > On mobile people will just want to run samples, especially any education ones. This give me some ideas, on focusing the mobile experience to be...

Fixed in repl2

Some proxies block the requests (this appears as a 403 to the browser) for `.dll.txt` files, which prevents the Repl from starting up correctly. Eventually leading to this uncaught error:...

Fixed in repl2

So I'm trying the following and the computer says no: ```html ``` ```fsharp open Fable.Core open Fable.Core.JsInterop open Fable.Import.Browser let g = System.Guid.NewGuid().ToString("N") let p = document.documentElement.querySelector("p") printfn "%A" p...

### Description `UInt64.MaxValue = 0UL` holds true in Fable as imported on fable.io/repl: ### Repro code [repl.it - F# 4](https://repl.it/repls/CumbersomeHumongousFlashdrives) vs [fable.io/repl](http://fable.io/repl/#?code=open%20System%0Aopen%20Fable.Import.Browser%0A%0A%5B%3CLiteral%3E%5D%0Alet%20Z%20%3D%200UL%0A%5B%3CLiteral%3E%5D%0Alet%20I%20%3D%201UL%0Alet%20R%20%3D%20UInt64.MaxValue%0Alet%20X%20%3D%20UInt64.MaxValue%20-%20if%20Environment.OSVersion%20%3D%20null%20then%20I%20else%20Z%0A%0Alet%20init()%20%3D%0A%20%20let%20e%20%3D%20document.querySelector(%22pre%22)%20%3A%3F%3E%20HTMLCanvasElement%0A%20%20let%20t%20x%20%3D%20e.textContent%20%3C-%20e.textContent%20%2B%20%22%5Cn%22%20%2B%20sprintf%20%22%25A%22%20x%0A%20%20t%20%3C%7C%20(R%2CX%2CSystem.Environment.OSVersion)%0A%0Ainit()&html=%3Chtml%3E%0A%0A%3Chead%3E%0A%20%20%20%20%3Cmeta%20http-equiv%3D%22Content-Type%22%20content%3D%22text%2Fhtml%3Bcharset%3Dutf-8%22%3E%0A%3C%2Fhead%3E%0A%0A%3Cbody%3E%0A%20%20%20%20%3Cpre%3E%3C%2Fpre%3E%0A%3C%2Fbody%3E%0A%0A%3C%2Fhtml%3E%0A) ```fsharp open System open Fable.Import.Browser [] let Z...

As suggested, I am opening this issue to flag the fact that the Repl currently works only against an older version of fable and netstandard, and some things don't work...

The metadata for Fable.Core.dll is outdated, we should generate it automatically with every build (and Fable.Import.Browser.dll).

@ncave @alfonsogarciacaro Are we able to support solution project ? Or multi files project in current state ? If not, what is missing ? And can I help ?

Issue created to keep track of this: https://github.com/fable-compiler/repl/commit/993c04898fd5e7b9bf59735643b4da6ccdb098df#r26847622

Right after FableConf, I agreed with Krzystof that we'd name the new project Ionide-Fable and he [created a repo for us](https://github.com/ionide/ionide-fable) in Ionide org, but I forgot to move the...

The tooltip for `type Complex = { r : double; i : double }` looks like that: ``` type Complex = {"input":" "}{r: double; {"input":" "}i: double;} Full name: Program.Complex...