Maxime Mangel

Results 241 issues of Maxime Mangel

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

@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

It should be possible to add `HTML to Elmish` support in the REPL should we add it? The main motivation being, the REPL could be something used in a meetup...

question

When working on my canvas experimentation I had the same Flickering problem with HMR. For me it was due to event registration using `addEventListener` because the previous one isn't removed...

enhancement

> > @whitetigle : Do you think it would possible to rebuild the doc for one sample only when needed? > > @MangelMaxime Yes this is possible normally, we should...

I propose to use this issue in order to track which repo has been extracted and where. When everything has been extracted we could put the list directly in the...

Current version of ts2fable generate: ```fs let [] editor: Editor.IExports = jsNative let [] languages: Languages.IExports = jsNative ``` But I can't make it work with webpack, previous version or...

By convention Fable bindings are under `Fable.Import` namespace. Taking Monaco, as an example: - Previous version of ts2fable: https://github.com/fable-compiler/repl/blob/master/src/Monaco/Monaco.fs#L1-L12 - Binding generated with current master branch of the repo: https://github.com/fable-compiler/ts2fable-exports/blob/dev/Monaco.fs#L1-L10...

If the export contains several overload of the same method, and some of the arguments are using U1, U2, U3, etc. then the compiler have a hard time determining the...