Claus Matzinger

Results 6 issues of Claus Matzinger

Hi, we needed a Dockerfile for easier handling (specifically: background data generation), so well, here it is :) Currently this is also what's on https://hub.docker.com/r/crate/fake-apache-log-generator/, but I suggest getting an...

Hi, it looks like something changed between 1.1.3 and 1.1.4 that keeps ring (and I assume other dependencies with a `debug_assert`) from building. Here is the log output, note that...

Hi! We needed to use a compiler > 1.50 for adding new dependencies that rely on const generics. Since `std::raw` has been removed in current nightly versions (and it's not...

Hi - it looks like a lot of the integrations are being abandoned (i.e. all bot sdks/integrations). Would anyone be able to elaborate on the plans of maintaining (or at...

Hi, contrary to the Go implementation, this version doesn't seem to implement the literal notation. ~~~rust const JSON: &str = r#"{"name":{"first":"Janet","last":"Prichard"},"age":47}"#; fn main() { let value = gjson::get(JSON, r#"{name.first,abc:!"abc"}"#); println!("{}",...