Haz

Results 23 issues of Haz

I've been trying different ways to extend values produced by constructors but I can't seem to make it work.. My latest attempt with a function that should produce a subtype:...

for each row, the repo and arch fields (regardless of how long the row is) seem to move to their own newline. I've tested that in a terminal emulator and...

Hey, great work on the app. I can't imagine reading manga without it. One thing I miss though is the ability to zoom out and preview an entire chapter, with...

Feature request

While attempting to port this Rust snippet, which executes in ~3 seconds + some overhead irrespective of thread count ```rs let mut tasklist = vec![]; for _ in 1..tasks {...

i.e. why is its type not in the form of: `pool -> ('a -> 'b) ->/* 'a -> 'b promise`? Similar in spirit to `Thread.create`

Is there a reason why this is the case? https://github.com/ocaml-multicore/multicore-opam/blob/3fe46b96f4ee09b5f85c92b007324eb6903e76c5/packages/base-effects/base-effects.base/opam#L7 Especially considering that it allows for ocaml-variants of 4.02.2 to 4.12? https://github.com/ocaml-multicore/multicore-opam/blob/3fe46b96f4ee09b5f85c92b007324eb6903e76c5/packages/base-effects/base-effects.base/opam#L8-L14

# Steps to Reproduce I was trying this with a simple list and a NonEmpty predicate, but here's a minimal example without it: ```hs total f : (a, List a)...

Feature request
implem: termination checking

## steps to reproduce ``` $ touch lib.ml $ ocamlopt -c lib.ml $ ocamlopt -shared -o lib.cmxs lib.cmx && echo ok ok $ ocamlopt -shared -o lib.cmxs lib.cmx -cc gcc...

When changing the settings and restarting nomacs, a prompt shows up to save or ignore previous image. However, a new instance starts up regardless covering the old one. To reproduce...

bug