Cameron Mc Gorian

Results 7 comments of Cameron Mc Gorian

Hey @MelbyBaldove the repo might seem inactive but its because there aren't much updates needed other than ensuring RIBs compile with the latest SDK's. What kind of improvements would you...

> How about Plugin @sbarow ? Plugins aren't tied directly to RIBs so I am not sure it makes sense include them as an improvement in this repo.

> @sbarow so what about #312? Yeah this is something we can do.

#41 should fix Swift 4.2 support for Carthage checkouts.

Any update on this? Still seeing multiple crashes.

Doesn't look like this is specific to `Yams` but rather `CYaml` `Emitter.swift` ``` private func serializeScalar(_ scalar: Node.Scalar) throws { ... let scalar_style = yaml_scalar_style_t(rawValue: scalar.style.rawValue) // Returns `any` as...