David Teller

Results 148 issues of David Teller

In https://github.com/binast/binjs-ref/issues/232, we fail to parse a JSON document because of an `ExceededDepthLimit`. It would be useful to be able to customize the depth limit.

I just discovered in my code that the following lines can overflow and panic: https://docs.rs/json/0.11.13/src/json/number.rs.html#444.

I'm currently using json-rust to parse pretty large JSON files (hundreds of Mb). Unsurprisingly, this eventually blows up the stack. Now, as it turns out, I immediately convert the format...

I just realized that field `direction` of `ccv_swt_default_params` is not initialized. I suspect it's an error, although I haven't checked in depth.

This change uses pkg-config to locate libpng, which should make it more portable across distros/OSes. Also, this change introduces option --with-png, to decide whether to build with libpng (true by...

MacPorts puts its libraries in `/opt/local`, which the current configure doesn't like. The result is a build that does not support png.

I receive this error while attempting to build https://github.com/matrix-org/synapse/ (the Dockerfile is in `docker/Dockerfile`). I haven't found a way to work around this with Bollard yet. I don't know if...

help wanted

Before extending `estree` to export estree ASTs, introducing Serde 1.0, which should make our life simpler, by letting us use macro `json!`.