Mark Craig
Mark Craig
Hey Crew, Nice job on gocql, I'm a fan... For my production services, I could use notification events (via callback or channel) when the gocql client disconnects and reconnects to/from...
I like that you are implementing a Dart-only Lottie renderer for Flutter. It looks like some of the Flutter path dependencies have been resolved since the README was last updated....
…s already prefixed. This can occur when ietf serializing an instance that was deserialized from a json ietf string. For example... ``` # deserialize from json-ietf $ aps = pybindJSON.loads_ietf(OC_EXAMPLE_ACCESS_POINTS,...
Hi Guys, When (1) loading JSON-IETF data into a class instance and (2) then deserializing that instance to JSON-IETF, I'm seeing the OpenConfig namespace prefix being rendered twice. Like this......
Seeing this build error when trying to run examples: ``` $ cargo run --release --example draw ... error[E0432]: unresolved import `core_foundation::mach_port` --> /Users/mcraig/.cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.22.3/src/event.rs:4:5 | 4 | mach_port::{CFMachPort, CFMachPortRef}, | ^^^^^^^^^...
Thanks Kelsey, this is really cool. I created a simple Docker image for Go 1.8.1 and Kelsey's cli tools. * https://hub.docker.com/r/barl3yb3ar/go1.8.1-gcf/ Here is my how-to, but the HTTP API does...