Anton Bachin

Results 136 issues of Anton Bachin

I get this result when running [`measure.ml`](https://gist.github.com/aantron/f9c98ea4a682c19c71a247ae5dd1e608) to completion: ``` ocamlfind opt -g -linkpkg -package unix -package markup measure.ml && ./a.out React-1774 & sleep 1 && rmp -p `pidof a.out`...

For example, upon a `UNIQUE` constraint error, Caqti exposes a `Caqti_error.t` which looks like this after `show`: ``` Response from failed: CONSTRAINT. Query: ``` The actual value is ```ocaml `Response_failed...

Figured I'd open an issue for this, since it was discussed in multiple places (#22, #23). I have another suggestion besides making "strict conversions" the default: eliminate implicit conversions to...

Better Enums testing currently uses CMake, Make, Python, and CxxTest. This makes it difficult to run tests on Windows without Cygwin installed. It would be nice if running the tests...

See https://shields.io/endpoint. This will allow an uploaded report to be used for rendering coverage percentages with shields.io. The server probably has to know to set the right Content-Type, though. ```json...

@clecat, thanks for the patch and for uploading your branches of http/af, etc. I imported your prefixed branches into my forks and pointed Dream to them, then applied your patch,...

@thangngoc89 The Dream program at the bottom of this message shows the closest I was able to get to actually matching on a precise SQL error (a `UNIQUE` constraint violation)...

📚 docs
🤷‍♀️ upstream

@thangngoc89 on Discord: > Even though there aren't any browser tabs opening, there are tons of close-wait in process list. Is this a bug ? Or is this an expected...

🐛 bug