Cameron Daniel

Results 32 comments of Cameron Daniel

Sorry for the slow reply - I was using latest podman. I got about as far as you, I suspect that making it work for rootful containers is probably not...

Ever get this resolved? Having the same issue

Ended up getting this resolved. The crate docs don't contain anything about how to set up a valid RTM token and the way through legacy bot tokens etc via the...

> New slack apps can't use rtm at all and i'm a little worried they're going to kill it Same. Sorry didn't meant to come across as though I thought...

Hmm yeah - I see. It looks like libpg_query v2 exposes `pg_query_scan()` and `pg_query_split_with_xxx()`. It might be doable with some combination of those before the parse stage 🤔

Actually - I can reproduce it with a pretty small example. This is using 0.4 from crates.io ```rust use treebitmap::IpLookupTable; use std::error::Error; use std::net::Ipv4Addr; const ADDR: Ipv4Addr = Ipv4Addr::new(49, 255,...

Just chiming in with some extra data. I'm building a fairly complex schema (don't have numbers off-hand since I've worked around this) but `GraphQL::Schema->from_ast(\@ast)` was taking ~200 seconds, almost all...

Sure - let me know what I can share. It's not an open-source project but can provide some profiling numbers. The generated schema looks like what what you'd get from...

Better structure for validation errors. When validation fails on a deeply-nested message instead of a massive string it'd be great to see JSONSchema-style errors with structure that can be handled...