Craig Siemens

Results 28 comments of Craig Siemens

Yes, but videos are already in a fairly compressed format so you won't get much of a size reduction.

That would work when all parameters are generic, but if there's a mix it isn't possible to tell which ones are generic and which ones aren't. ```swift func doSomething(with thing:...

Same thing happens in Safari Version 14.0.3

I tried this out with our project and an issue I'm noticing is that since carthage supports getting precompiled frameworks, it's possible to get a mix of xcframeworks and frameworks....

Is there any plan to update the XcodeGen to allow `carthage: Alamofire` to find the XCFramework? The shorthand is still nice to avoid entering in the full path to the...

I replied to the PR that was linked the my results from testing it (https://github.com/yonaskolb/XcodeGen/pull/1020#issuecomment-918304960) but I also wanted to reply here too. One issue I've noticed with added an...

I'm running onto this issue as well. It seems like passing a file to `fileGroups` always adds it to a group if the file isn't in the root of the...

@max-ott This is a feature we'd like as well. Do you have any recommendations for what an acceptable solution would look like? I did a quick look and it could...

I think this could stay open as Nimble would also need its own changes to properly support swift concurrency. For example `expect(...)` doesnt support being passed an awaiting function call.

I'd really like to see this feature. Currently sentry has no good handling for crashes that occur soon after launch so this would allow us to build our own handling...