Ryan Moore

Results 61 issues of Ryan Moore

Hey aantron, so I've coded up a little api using dream, and one thing I can't find in the docs mentioned is if it is possible to compress/gzip responses. Is...

📚 docs
🎓 study
🤷‍♀️ upstream

I'm not sure if this was a design decision or a bug, but when you run the `sum` function with no `axis` argument, and `keep_dims:true`, the results are not what...

Some functions that check dimensions of the input argument raise a NOT_MATRIX exception, others raise Failure or Assert_failure. This commit changes them to all use the same dimension checking logic...

I have sort of a design question... Many modules have aliases for convenience, e.g., `Owl.Dense.Matrix` is an alias for `Owl_dense_matrix`. Whereas others do not, e.g., `Owl_stats_prng` is not available as...

This is a tiny fix for the example for the `Owl_dense_matrix_generic.linspace` mli file documentation. The example shows: ``` [linspace 0. 5. 5] will create a row vector [[0;1;2;3;4;5]] ``` However,...

This is related to https://github.com/owlbarn/owl/issues/21. The infix operators seem to break with what you would expect normal math operator precedence to have. I'm just wondering if this is the intended...

OCaml has monad infix operators for bind (`>>=`) and map (`>>|`). The `>>=` has a cool ligature already, so I was wondering if it would be possible to add something...

ligature request

This error is regarding `anvi-script-visualize-split-coverages` in anvio version 6.1. It was brought up on the anvio Slack, so I wanted to post it here. When either of the ggplot2 or...

I have a preexisting SVG that I would like to process with the tyxml ppx. However, when doing so I get an error: `Error: Unknown attribute in SVG element: stddeviation`....

I would like to use SortMeRNA to estimate the number of SSU rRNA reads in my libraries. Let's say I have 3 libraries: one with 1,000,000 reads, one with 2,000,000...

documentation