Zsolt Váradi

Results 88 comments of Zsolt Váradi

It's not supported now, as things like that are expected to come from apple/ml-stable-diffusion (judging from the opened issue over there, you've found it 🙂). There's not much Mochi could...

There's nothing wrong with Vapor or your project, but the way you upload the image is not compatible with the code. The route expects a HTTP POST request whose body...

That indeed looks like the same issue, as validations also go through Content (Codable). I'm more and more inclined to think that the empty body check is just wrong.

A fix has already been released as version 6.2.1 for that error. Is your project up to date?

But they aren't "wrong", they're just in binary form. As gwynne already mentioned, if you want to prettify it, you could use the HEX or even the BIN_TO_UUID function in...

Hi! Thank you for this. I don't have a Cocoapods account AFAIK, nor am I currently planning to make one, so personally I'm fine with you managing it. If that...

It's quite a breaking change, most of the classes have been renamed, the SDK is built differently and there are tons of new features. I've ported the extensions over to...

Good luck! I spent last night with experimenting instead of sleep, but I haven't found anything apart from the -undefined workaround I mentioned. :( It's very hard to search for...

It seems this hack is getting popular, @neoplastic reached the same conclusion as I did last night: ``` s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO', 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/**', 'OTHER_LDFLAGS' =>...

I copied the above lines from _his_ podspec. @mbalex99: Any news from the I/O?