James Cox-Morton

Results 3 issues of James Cox-Morton

If the sql query returns a column named 'class', the CartoDB::Client::Utils.parse_json breaks on line 10: `json = ::JSON.parse(response.body, :object_class => CartoDB::Types::Metadata, :symbolize_names => true)` Looks like it's because CartoDB::Types::Metadata defines...

Fixes https://github.com/ziglang/zig/issues/23358 Adds the ldexp family of functions to compiler_rt, proxying the implementation to std.math.ldexp. Inspired by the approach taken to [exp2](https://github.com/ziglang/zig/blob/master/lib/compiler_rt/exp2.zig), which does not appear to handle errno when...

Updated version of https://github.com/ziglang/zig/pull/24006 Fixes https://github.com/ziglang/zig/issues/23358 Changes: * Creates compiler-rt implementations that satisfy the libc symbols of the ldexp, scalbn and scalbln families, proxying the internal implementation to std.math.ldexp *...