Zoggy

Results 45 comments of Zoggy

Yes, as I got bitten when reading and writing xhtml containing svg: missing namespaces resulted in incorrect svg.

Thanks, There is no emergency.

Just a thought: could we imagine a new kind of container (a "versioning container") in which each PUT of a resource would automatically create a new revision of this resource...

Suppose I want to store a list of "tags" in an option, I can do: ``` ocaml type tag = Foo | Bar | Gee [@@deriving yojson] let tag_wrapper =...

Maybe an additional attribute for the type could allow to indicate to encode variants with no arg in a single string ?

Hum, not completely, as I would like to have the encoding as a string for constant constructors even for a type with some not constant constructors.

What I mean is, with a type `t` and values `v` and `u` defined as ``` ocaml type t = Foo | Bar of int let v = Foo let...

Regarding your request about examples, this is not related to any JSON API, but for writing by hand some configuration files.

Thanks for the pointers. Let's suppose we have a way to get the SSL connection (channels) from the HTTP request handler, and this connection was created with no authentication from...