Maxime Mangel

Results 1077 comments of Maxime Mangel

@marenovakovic In order to have `async` working, `src/fable-library-dart/Async.dart` and `src/fable-library-dart/AsyncBuilder.dart` needs to be implemented. We currently don't have an active maintainer for the `dart` target. It believe i was mostly...

This PR being quite old I think we can close it for now. There is https://github.com/fable-compiler/Fable/issues/3692 which tracks the task to improve supported format for DateTime. If someone want to...

@lukaszkrzywizna Indeed, it is fixed when adding these lines to the index.html ```html var global = global || window; ``` I am closing as there is nothing to do on...

@lukaszkrzywizna I am unsure what information we have in the Fable plugin at this stage. Someone will need to dig into the AST that we have access to and if...

@njlr Do you think we should add the ability to omit fields ? Do you think it is possible to do with the API proposed in #188 ? When using...

Hello @zelenij, sorry I missed your comment. I didn't make progress on this question yet. About an example, all the fields implemented in Fable.Form.Simple are actually custom form field build...

Investigate the idea of adding a new case `Extensions` to the `Field` allowing people to register custom fields without.

I don't think adding something in fsgrammar is needed. The "problem" is that now semantic highlighting is provided a token type which is `module` and perhaps this is not a...

@mattgallagher92 Ah right, so I think the solution to the problem is to create a subtype for aliasing `module` as `namespace`. Adding a few lines to the package.json of Ionide...