Volker Diels-Grabsch

Results 81 comments of Volker Diels-Grabsch

I'd like to argue in favor of point "4.": > 4 Always use single-row-mode when the multiplicity is `Many. The main concern is: > if the segmentation of transfers implied...

Oh, I'm sorry, I just realized that I confused reading and writing. I was describing batch inserts, where the inserts are not executed one-by-one, but also not executed all at...

@paurkedal Sorry, I did not pin down the bottleneck, I was just tuning parameters. But when was I talked about other programming languages, I had mostly interpreted languages in mind...

Has there been any progress on this? @mlissner To add to your statement, I think that the current situation kind-of contradicts the stated project goal "HTTP Requests for Humans". Humans...

Note that this might be related to https://github.com/ocaml/opam-repository/issues/12923, but here in this ticket the plain `-c 4.07.1` OCaml switch was used.

As far as I can see, the environment variables are in place. Summary of the failing command: $ opam install conf-sqlite3 [ERROR] The compilation of conf-sqlite3 failed at "/.../opam-init/hooks/sandbox.sh build...

The problem seems to be with the sandboxing. * When initializing the OPAM with `--disable-sandboxing`, everything works, so this is a possible workaround. * When initializing the OPAM without `--disable-sandboxing`,...

I retested with the currently latest OPAM 2.0.3 version, and still observe exactly the same effect as described above.

Which steps are needed to escalate this to the opam and/or opam-sandbox people? Moreover, are you interested in a set of instructions to reproduce this issue in a fully self-contained...

Thanks for bringing up this old idea again. Back then, when I implemented Bitcoinproof, the "dust level" just didn't exist, so having just exactly one transaction was a great win....