Ashish Agarwal

Results 58 comments of Ashish Agarwal

> if you only put in the width then the resize events stop firing A bit more precisely, it's whether or not you create additional arguments to the `createElement` that...

Another way to see the problem: ```ocaml utop # type t = {a:int};; utop # type nonrec t = t [@@deriving yojson];; type nonrec t = t val to_yojson :...

I think that function only deals with the header, but I'm still having trouble getting the body. After instantiating the functor I mentioned, `has_body` just returns ``Unknown`.

@marklrh Thanks. I was doing at least two things wrong. Still unclear why `has_body` returns ``Unknown`, but I don't actually need that right now. It would probably help beginners to...

> Should I create an another directory called /block_io? FYI, here's some internal documentation I follow for choosing names in this context. (I'm not confident that I've got this right....

A `content-length` header appears to be required. Is that correct? Without that, as in my original example, I always get an `End_of_file` error.

@marklrh [Section 4.4](http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.4) seems to be the most relevant, and AFAICT it is not absolutely required. Too bad all these specs are informally written. I guess the question is if...

> We can provide a function Eliom_services.from_file filename `Eliom_services.from_file filename` What would be the type of the returned list?

On a related note, please avoid using abbreviations most of the time. Let's compare two equivalent functions from `Eliom_service`. Previously we had: ``` ocaml val void_coservice' : (unit, unit, [<...

> I might attempt to use solvuu (cc @agarwal) Let me know if I can help somehow.