Kevin Frey
Kevin Frey
Add link to office-fable, a fable compatible library for office-js bindings. Let me know if this fits or not 👍
This is a continuation of issue #197. After the DateTime issue was fixed i updated from Fable.Remoting.Giraffe 4.10 to 4.13 and noticed how all apis managed by Fable.Remoting returned with...
I hate to be that guy, but i just noticed that the docs don't show examples with more than 5 parameters. As i did not find anything about this restriction...
**Is your feature request related to a problem? Please describe.** At the moment `Distributions.Discrete.Hypergeometric.CDF` has input parameter `k: float`. `k` is the number of success events and must be a...
**Is your feature request related to a problem? Please describe.** The syntax for the `static member Support ...` functions are written in a different syntax. Bernoulli has a list, whereas...
**Is your feature request related to a problem? Please describe.** Hello I am writing a class library for my markdig extensions, markdown parsing and core generator components. Everything is in...
**Is your feature request related to a problem? Please describe.** I am currently working on a fornax project to build gh-pages as docs for other repositories. The default gh-pages link...
Hello! I am pretty sure [this](https://github.com/SAFE-Stack/docs/blob/3c7d0087a740b182ebda91a8e1653751ce638ad7/docs/recipes/developing-and-testing/testing-the-client.md?plain=1#L54): ```powershell dotnet add src/Client.Tests reference src/Client ``` Should be: ```powershell dotnet add tests/Client reference src/Client ```
**Describe the bug** Found that `FSharp.Stats.Distributions.hypergeometric(..).CDF` is `float -> float`, whereas the input `k` (the number of drawn success events) should be `int`, therefore `int -> float`. Found here: https://github.com/CSBiology/BioFSharp/blob/08618f777f36fb758bdb5b7a903622324fe6ba85/src/BioFSharp.Stats/OntologyEnrichment.fs#L88...
**Describe the bug** I tried to parse the [nfdi4pso.obo](https://raw.githubusercontent.com/nfdi4plants/nfdi4plants_ontology/main/nfdi4plants_ontology.obo) file and got no oboterms. Found out, that whitespace after `[Term] ` kill the parsing, so i added a Trim function....