Joseph Kokenge

Results 9 issues of Joseph Kokenge

I setup a "page links to" that allows my site to basically be used as a "passthrough" for my visitors to access another websites. I tried using a Google Analytics...

Considering some view that takes in content ``` struct WrapperView: View where Content: View { let someProperty: Int @ViewBuilder var content: () -> Content var body: some View { VStack...

I know only accessibilityAction() is testable. But any timeline on when accessibilityActions() might be testable? If not, any tips on getting started with trying to add support myself? (would open...

feature request
pending release

I tried to give it a go, but it seems like there's a new type that needs to be handled called, StateOrBinding? StateOrBinding will output State, which yields the following.....

Prompt Files support was introduced in 0.42.0, and it seems like 0.44.0 quietly removed it? I don't see the helper row in the app + in chat, my prompts are...

**Describe the bug** Periphery says that State is unused, but it's captured. If the state param is marked as inout, then the error no longer appears. Note: super relevant in...

needs investigation