Maxime Mangel
Maxime Mangel
A solution to give some type information would be to have something like: ```fs type IpcRenderer = abstract send unit abstract on unit) -> unit let ipcRenderer = Unchecked.defaultof ipcRenderer.send("channel1",...
I think there is several things in your comment :) > The ts2fable generated code is hard to read (recursive modules) Main problem here is that we are mapping a...
Before answering, I just want to say thank you for taking time to discuss on this issue. And I want to say, I am not against anything you say. I...
The thing is that in order to make the API feel more .Net you would have to write a lot of it by hand. And check the documentation in order...
> Sorry, I didn't understand this. Aren't docs alone sufficient to create bindings? (Assuming the docs cover the complete API.) Yes, docs are sufficient or even the source code of...
Hello @drk-mtr , thank you for sharing your experience. Writing a binding indeed isn't an easy task. And need the developer to learn how JavaScript data transpose to F# types....
This is true that Ionide is having a hard time when you have a large recursive file or if you got a lot of files in your project. For example,...
I would probably do something like: `self_window` and `self_service` worker so the API is easy to use. If we do a DU then we need an active pattern, if we...
I never used `self` in JavaScript do you have any "simple" documentation or explanation on why/for what it is used ?
@nojaf Thank you :) @whitetigle Didn't you work with service worker on a project ?