Cameron Cooke

Results 92 comments of Cameron Cooke

I'm still seeing this issue, closing Xcode and Copilot doesn't fix the issue, I usually have to restart the machine. Weirdly after the last time this happened, the Copilot for...

Just noticed this subtle message, looks like something is hanging in the plugin. Restarted and still having same issue.

Just wanted to follow this up as this change seems to have been reversed in https://github.com/kiwicom/orbit-swiftui/pull/715 - I feel this issue should be re-opened as I also need to overridden...

One option I can think of would be to allow a custom bundle to be used so that we could then just use our own `Color.xcassets`

Thanks for the quick reply > refer directly to the browser's line-breaking rules for implementation What do you mean it will refer to the "browser's" line-breaking rules? I didn't think...

`paragraphSpacing` seems to do absolutely nothing, certainly with SwiftUI.

Got it thank you. I believe CSS as a line break collapsing strategy for paragraphs as well. Cameron. On Wed, 27 Mar 2024 at 14:54, ZhgChgLi ***@***.***> wrote: > Thanks...

I'm having this problem too, but in my case, it seems to be related to some of the local dependencies in my Package.swift that use relative paths. On debugging `dependency-graph`...

On further investigation, this seems it might be because we have dependencies of dependencies that share the same dependency but resolve it at different relative paths. Live: ``` ../SharedDep <...

Ok so looks like "user error" 😳 - Turns out the other package had the wrong relative path, for some reason this didn't cause errors in Xcode because the module...