David Bottiau

Results 108 issues of David Bottiau

Thank you for submitting this pull request! We really appreciate you spending the time to work on these changes. ## What is the motivation? When consuming the `/rpc` endpoint, we...

First of, thank you for this library. It really works like a charm. I used this library to retrieve and store data for a `.Xrc` file. Kind of like you...

It could be interesting to provide `firstDecile` and `lastDecile` functions which are often used in statistics. I already wrote something like that: ```ts const decile = (array, decile) => percentile(array,...

Indead, I suppose that when `mean` is used with an empty array, it divides by 0 and so it returns NaN. I think it would be more appropriate to return...

Hi, This library is really great but there is some questions we don't have answers. One of them is how to handle multiple `sendToHost` functions in the same js file,...

When trying to use this library in a native AoT context, I get the following error: ``` System.NotSupportedException: 'Dahomey.Cbor.Serialization.Converters.ObjectConverter`1[]' is missing native code or metadata. This can happen for code...

Thank you for submitting this pull request! We really appreciate you spending the time to work on these changes. ## What is the motivation? Add a simple way to check...

Thank you for submitting this pull request! We really appreciate you spending the time to work on these changes. ## What is the motivation? Ability to create a random array...