Florian Verdonck

Results 874 comments of Florian Verdonck

Added some more code to do a dump of the full file. ```fsharp { package = { genericJsxModule = None } file = { uri = "file:///home/nojaf/projects/tenmileselverdinge-tickets/functions/src/CreateOrder.res" moduleName = "CreateOrder"...

Alright, @zth, this is ready for review! The original goal was to include more information about a function signature in the JSON. However, I got side-tracked and added a `dump`...

I'm considering to split this PR in two, I want to experiment a bit further with the dump tool. Would like to extract the signature information part in a separate...

> > I'm considering to split this PR in two, I want to experiment a bit further with the dump tool. Would like to extract the signature information part in...

Thanks for the input @brianrourkeboll!

@TheAngryByrd how about merging this one in?

Another thing that could have helped me is an ArgumentException in https://github.com/kaplayjs/kaplay/blob/b5f7cfde0af2bb1b648e30c7d91e3217d88db6a1/src/math/math.ts#L100-L105 if any of these values were not between 0 and 1. Not sure if that comes with a...