Sebastian Probst Eide

Results 14 comments of Sebastian Probst Eide

Absolutely no problems with the late reply. I imagined you had plenty to do. We have since made our own parser instead, but I'll try to extend your parser too...

Then I'll forget about it for now, and look for time to make some more meaningful contribution in some other projects of yours down the line instead.

Yes, this behaviour puzzles me too. I would also expect the handlers provided in `content_types_accepted` to be invoked, even when `post_is_create` returns false.

Under the code tab (on github) there is a page called downloads. From the downloads page you can download the project as an extension. Good luck.

I experience the same error. The exact error message in Firefox is: > Unexpected value NaN parsing height attribute. I haven't yet been able to track down the root cause...

For me at least it only seems to manifest itself when using the `SparklinesNormalBand`. My component looks like this: ```js ``` If I remove the `` the error vanishes.

Just as an FYI: I tried creating a very simple reproduction of the bug, but when I did the `d.ts` file was created... This is slightly mysterious. I'll look into...

Aha! I found the problem! The `d.ts` file is generated alongside the original F# file, and does not honour the `--outDir` flag given to fable! Hurra! One step forward!

I uploaded the mini repro. You can find it here: https://github.com/sebastian/fable.store-repro What I noticed is that the dispatch function isn't typed? Is this intentional? https://github.com/sebastian/fable.store-repro/blob/main/Library.fs.d.ts#L5

Thank you very much for investigating! One day I'll take a deeper look at Fable itself too so I can become a better citizen of the community and contribute to...