Simon Grondin

Results 57 comments of Simon Grondin

You'll need to be careful and remove the workaround once you've upgraded to a version that supports this feature. ```js // Run the following block of code at the start...

No problem, it might still be useful to some people. I'll leave this issue open until the feature is completed.

Have you tried using the `~on_exn` handler on `Server.create`? Did it catch anything?

`Uri of Uri.t | Ip of Ip_addr.t * int | Pipe of ic * oc` as suggested by @rgrinberg on Gitter is exactly what I need :+1: :+1: :+1: I...

Hi, I just translated it as closely as possible to Lwt, here's the code: _NOTE:_ You need to have libev installed. It's probably in your package manager, or get it...

The chunked mechanism in general is a bit surprising. I remember always having to override it to what I wanted.

I found this repo by searching for `bottleneck` on Github. Cool project and very clean use of Bottleneck 😄

Yes! Both `--blank-line=preserve-one` and `match---blank-line=preserve-one` would be greatly appreciated!

I've been in awe at the excellent performance of quickjs, I really appreciate when performance emerges from simplicity and lightness, as opposed to complex layers upon layers of JIT and...

I've been running into stack overflow on `0.15.0` as well, which is surprising to me because #186 and #187 are very similar to the changes I've made on my [old...