chetmurthy

Results 34 issues of chetmurthy

I'd like to shamelessly plagiarize the way that Owl generates its documentation, but am having trouble finding it. I had read elsewhere (over at ocaml/odoc ?) that Owl used sphinx...

Versions: bash --login -c "RUN -s Opam-2.1.0 opam show ppx_deriving " ppx_deriving: information on all versions > name ppx_deriving all-installed-versions 5.2 [4.11.1] test file `foo.ml`: ``` type a1 = int...

I'm trying to figure out the right way to express @@deriving directives for extensible variants that have already been extended, and thought that I'd see if you all had some...

I've noticed that ppx_deriving_yojson has a far more comprehensive testsuite than the other plugins. I think it might be useful if all the various plugin authors contributed to a shared...

Hi, a while back I mentioned that I had written some Python code to wrapper `sprs`. I got permission to open-source that code (Apache license), and thought I should mention...

Recently I was writing tests to read matrix market files written by Scipy, and I made the mistake of writing a diagonal matrix with scipy as "skew-symmetric" and then reading...

I think the problem is that all three of the bits that precede `['e' 'e']` are optional. The typical way to deal with this problem is to force one of...

### What should we add? Just putting this at the top: link to qrusty: https://github.com/chetmurthy/qrusty When constructing sparse matrixes from SparsePauliOp, the current code constructs a sparse matrix from each...

type: feature request

I thought, in the spirit of making this an example, I'd add support for building with dune/jbuilder. I'm not personally a fan, but it seems to be catching on, and,...

Over at the OCaml discussion forum, someone found what looks like a bug with `full_split`: https://discuss.ocaml.org/t/full-split-in-pcre/12948/1 TL;DR it looks like full_split isn't getting unmatched groups right for delimiters after the...