Ryan Moore

Results 69 comments of Ryan Moore

Ah your tip about @tmattio seems correct...I saw this https://github.com/tmattio/dream-encoding and the `Dream_encoding.compress` middleware from that repo seems to work just fine for compressing responses.

Sorry for delayed response! @efogarty11 By any chance, when things were working were you using R version 3, and when things were breaking were you using R version 4? @mschecht...

I'm sorry I don't have time today to run the test data and check it, but I would guess the problem starts [here](https://github.com/merenlab/anvio/blob/c2d150d55973bf2bc855454c291493d846e67cec/sandbox/anvi-script-visualize-split-coverages#L386) in the code that reads the table....

@mschecht If you want to open an issue about the tests, I can take a look at it. Though I likely won't be able to get to it for a...

I was poking around the code thinking about working on this...do you have any hints to get started on it?

I looked into this some more and found that the `Markup` code either parsing or writing html (not sure yet which) is lowercasing the `stddeviation`, but not `feGaussianBlur`. Here is...

I may have found the source of the problem. I noticed in the above example switching from `parse_html` to `parse_xml` works. The tyxml-ppx uses `Markup.parse_html`. https://github.com/ocsigen/tyxml/blob/47423cf70b804c67386583a9b7eccd9157316475/ppx/tyxml_ppx.ml#L291 Here are some links...

Thanks, that makes sense. Are there any guidelines on reasonable E-values to set?

On the [File Formats](https://ocamlverse.github.io/content/file_formats.html) page, I thought it would be a good idea to add [otoml](https://github.com/dmbaturin/otoml) TOML parser. The otoml package used by a few opam packages, has had updates...