John Whitington

Results 124 issues of John Whitington

Consider a blank `a.ml` ``` let _ = 1 ``` Now, in node, an error normally allows us to resume, putting us back at the prompt: ``` $ node Welcome...

bug

From `opam list`: ``` base-bigarray base base-bytes base Bytes library distributed with the OCaml compiler base-threads base base-unix base ```

help wanted
persist

If MINIZ_NO_ZLIB_COMPATIBLE_NAMES is set, we have no access to these defines. I believe there should be MZ_MAX_WBITS and MZ_MEM_LEVEL defined.

I am using miniz.c as part of an implementation of the PDF standard at https://github.com/johnwhitington/camlpdf . For historical reasons, PDF readers cope with somewhat malformed compressed streams by checking the...

I've been using camlzip (https://github.com/xavierleroy/camlzip) with miniz for many years (by simply replacing `include ` with `include "miniz.c"`. However, I have just updated to the latest miniz (2.1.0) and camlzip...

Just started using Yojson, for which many thanks. I am round-tripping PDFs through JSON. https://ocaml-community.github.io/yojson/ is mostly empty and points to https://ocaml-community.github.io/yojson/yojson/index.html which is mostly empty and points to (for...

As of this morning: ``` Downloading https://seb.mondet.org/b/OCaml.rss ... Fatal error: exception TLS alert from peer: HANDSHAKE_FAILURE make[2]: *** [ocaml.org/feed.xml] Error 2 make[1]: *** [staging] Error 2 make: *** [local] Error...

Try -squeeze. One fails to on -add-text too. These should fail on zlib, but not segfault. Is it us or camlzip? [5840.pdf](https://github.com/johnwhitington/camlpdf/files/1133906/5840.pdf) [11119.pdf](https://github.com/johnwhitington/camlpdf/files/1133905/11119.pdf)

``` 266 2012-01-17 12:38 Coalesce page tree code from pdf_of_pages and change_pages in Pdfdoc. 2012-02-20 11:03:39 1 1 1 Unclassified CamlPDF CamlPDF unspecified PC Mac OS NEW P5 major ---...

Objects can be set as deleted. Now, mostly this would be caught by garbage collection, but technically an object being not there, but still referenced by indirect reference acts as...