Maxime Mangel

Results 1077 comments of Maxime Mangel

*I am starting to prototype this feature and so I am using this issue for tracking my design ideas etc.* In Thoth.Json v5, I want to explore the idea of...

@shadaen If you are OK with reuse at the source-code level (as opposed to assembly) you could introduce a type alias and a set of functions to work with it....

Unfortunately PDFSharp seems to already exist: http://www.pdfsharp.net/?AspxAutoDetectCookieSupport=1

This section is trying to say that Feliz is compatible with any normal Elmish application which use React as the rendering layer. You can use any Elmish application and add...

@lukaszkrzywizna Just to be sure I am reading correctly, in the pictures below the normal functions is without the `[]` and what you would like to have all the time?...

Thinking about this issue and PR, there is actually 1 drawbacks in rewritings if the user use a record: ```fs type MyProps = { value: string key: string } ```...

Looking at example online it seems like `prop.pattern` expect a string and not a `RegExp` instance, so I think we should just change it to `string`. ```html Username: (3-16 characters)...

> will try to see if we can get that to work IHNO this never worked. Both React and MDN hints to the fact that `pattern` is an HTML property...

@dbrattli I read through the code, I think I understand most of it but not in details. What is the current status/next steps of this PR? Is it something we...

> The status of this PR is green, so we can make changes incrementally. I'm currently working on migrating Array.fs/py to Rust. Things should be good, but GitHub actions are...