Maxime Mangel

Results 1077 comments of Maxime Mangel

@inosik I didn't have the chance yet to need TypeScript-style tagged unions. I think the circle case was just an example of ony of the benefit I had in mind...

You are focusing on the `Circle` example but the goal of this example was just to say that when the main constructor is docrated with `ParamObject` that behaviour is not...

> In any case, I absolutely agree we need more tests to make sure new version don't break bindings :) There're a few here but any more you can add...

For such things, you have the [table](https://mangelmaxime.github.io/Fulma/#fulma/elements/table) element. Example taken from our production app (so I masked the sensitive data ^^) Are you speaking about being able to wrote this...

For info, creating the datatable like component should be my work of the week now that Fulma is 100% mapped.

Thank you for the sample, I will try to port the API that make sense IMO. And that can be supported by default by Bulma. For example, in version 1...

@ScottHuangZL For info, if you want to use Ant instead of Fulma @evilz is working on [fable-ant-design](https://github.com/evilz/fable-ant-design). This is a binding directly on top of Ant design and so you...

There the `dict` decoder/encoder which support `Map

> Ah, I think I skipped over dict assuming it was for IDictionary. Yes, you are not the first one. That's the problem when you have a type `Map` and...

> `Decode.keyValueListMap` is verbose, but descriptive. It also gives a clue as to how the map will be encoded as a JSON array. Indeed, it is verbose but if I...