Marcello Seri
Marcello Seri
The latest discussion can be seen at the bottom of https://github.com/owlbarn/owl/issues/450 The gist of it is that we should be more portable, and need to find a way to deliver...
One of the remaining weak points of owl, shared by many numerical libraries, is the common (and often annoying to debug) appearance of runtime errors in operations between vectors and...
According to the tutorial, `Mat.uniform_int` should be there. However it seems to be availabe only for sparse matrices and not for dense.
We could reduce the dependencies of the package by moving to PyPDF2 (https://github.com/mstamy2/PyPDF2). In this way we could have a fully pythonic implementation of the tools that is easier to...
This allows to drop the dependency on `pdfinfo` and makes both `pdftk` and `ghostscript` optional, at the price of introducing a dependency on `PyPDF2` (completely python based) and `paramiko` (almost...
There is a new issue, which appeared after merging https://github.com/mirage/ocaml-cohttp/pull/905 (may or may not be related to it): ``` File "cohttp-lwt-unix/test/dune", line 22, characters 0-86: 22 | (rule 23 |...
Moreover the implementation contains two `(* TODO invalid input *)` that need to be addressed, documented or removed and another more obscure `TODO`: https://github.com/mirage/ocaml-cohttp/blob/dcec01fd2303c498bc98577f2fd8dc63e9f0cbc1/cohttp-server-lwt-unix/src/cohttp_server_lwt_unix.ml#L315
See https://github.com/mirage/ocaml-cohttp/pull/848#discussion_r786917696