Brian King

Results 41 comments of Brian King

Jumped the gun a bit here, let me fix a few things.

I got the XPC part working without privilege escalation by using SMJobSubmit instead of Bless. I realize that this is different than the purpose of this demo app, but it's...

Actually, I retract that. It got a bit farther but was complaining: Helper available. Sending request: Hi there, helper service. XPC connection invalid, releasing. Received response: (null). If I wasn't...

FWIW - I'd love this feature. I'm looking to generate one `.md` file with Sourcery to display in Jazzy with all of the types that conform to a specific protocol....

We have this same issue where one of our 6 CI machines fails 1-6 snapshots of our 500ish snapshots. We just changed everything to pass in `perceptualPrecision: 0.98` and we're...

Is any change really required? It's an associated type, so optional context is just another type. I just tried it out in my app and it appears to be fine.

What about making Date conform to `UnmarshalingWithContext` and have the context be the date formatter? I believe this resolves any issues here and doesn't expand the API space

Hey @benjaminsnorris -- can you try out #86 ? I added a quick test for it and it was failing on master with `value(for:`. That's now working, and I'm guessing...

Thanks for the snipit, that actually pointed out a bug in the non-operator code. PR coming shortly.

I believe that is a known issue about not supporting nested containers (#76). I believe we can fix it, but the code duplication gets painful. I'd log an issue, note...