Brandon Williams

Results 64 comments of Brandon Williams

I haven't run across this in iOS 7 yet. Could you show some sample code (or even better a sample project) that demonstrates this exception?

@amadeu01 Hey sorry for the late response. I haven't used playgrounds for ios development in the past few months, and it seems to have gotten much worse. I'm also seeing...

@CodaFi ok done! tests fail on linux tho :/

Hi @Helam24, the readme should definitely be updated, but we do believe that the package solves the problems it originally set out to. First, some history. The library started exactly...

Hi @Helam24, after discussing with @stephencelis we are more of the mind to sunset and archive this project rather than keeping it going in its current form. It's just a...

Ha, it's no worries @Helam24. This is a good conversation to have! I do feel at the very least dropping the conformance is a good thing to do, and we...

Thanks for the report, I was able to repro this and I think your example is doing everything just fine. I don't exactly see how anything could be leaking, and...

Yeah, the fact that not combining reducers changes this makes me think it's actually secretly a Combine leak. We've seen this before: pointfreeco/swift-composable-architecture#195. I believe this has been fixed now,...

Good find! Some of the math [here](https://github.com/pointfreeco/composable-core-motion/blob/a9db0f9f94ce7de2de893ceec2b9b07615e35bc1/Sources/ComposableCoreMotion/Models/Attitude.swift#L24-L49) file must be wrong or CoreMotion has a different basis than what we assume :/ Will look into it soon, but if the...

Hi @KaiOelfke, thanks so much for the repro! We need a bit more time to look at this in depth, but hope to get to it later this week or...