Zach Waugh

Results 10 comments of Zach Waugh

I'm hitting this issue as well and curious if anyone has found a workaround? It seems that when `URLSession` sets the `Cookie` header automatically from the cookie storage, it does...

Having this issue as well, anyone have a workaround? I'm curious how everyone is specifying the platform to build for (wasn't sure the correct way to do that), but I'm...

I'm seeing this as well, but I'm not modifying any Swift package related fields. I'm just updating the `MARKETING_VERSION` and saving, and then all my dependencies have the `.git` appended....

Good idea, I'll add this to the to do list

@stephencelis I've removed use of `@Shared` from my app after hitting a few crashes, so I don't have it in there at the moment to test. But I'll go back...

@stephencelis sorry for the delay, I finally had a chance to test this. I just added back in the `@Share(.appStorage)` usage and confirmed it still crashes in Xcode 16.1/iOS 18.1...

Updated to `1.16.0` and confirmed the other method did fix the crash as well once I discovered the note about not using `.` in keys, which I was doing. Once...

Thanks for the PR! But this library is no longer maintained, so I'd recommend just forking and using your own fork. I'll mark this repo as archived.

We're getting a bunch of these as well in our macOS app for `NSAlert.runModal` and other AppKit APIs that we don't control. We're going to have to disable the app...

I'm still seeing a crash here in 1.13.1. I'm not seeing anything obvious as a cause but the one thing that did stick out was this was during a fresh...