Ruslan Timchenko

Results 10 comments of Ruslan Timchenko

It's strange that there has not been any answer on the issue since March. @Juanpe, could you, please, response

@tbaranes Hi! What do you mean by "is currently working"? As far as I know, you need to implement SkeletonCollectionViewDataSource to make it work with UICollectionView

@GLinnik21 hey. That's the crash log I just got from Crashlytics, there is not much to add to it. But I have one more from iOS crash system (but I'm...

@GLinnik21 ``` Incident Identifier: E4176A5D-69CC-4F08-AEA9-11A7F0EB2028 Hardware Model: iPhone9,3 Process: XX [4414] Path: /private/var/containers/Bundle/Application/FBF2FE01-CF0E-4ED6-BE9A-1E522C22226C/XX.app/XX Identifier: XX.XX.XX Version: X.X.X (X) AppStoreTools: XXX AppVariant: 1:iPhone9,3:13 Code Type: ARM-64 (Native) Role: Non UI Parent...

> ``` > func filterimage(insertImage: UIImage) -> UIImage { > let toonFilter = SmoothToonFilter() > let testImage = insertImage > let pictureInput = PictureInput(image:testImage) > let pictureOutput = PictureOutput() >...

@malcommac any thoughts?

@jedisct1 any updates?

Managed to fix that by removing `codesigning_identity` from a `gym` function

> Thank you so much for this solution, i spend alot amount of time split over a 3 weeks period just to solve the problem using your solution, can we...

folks, I don't think that this is a bug as you can see here: - https://github.com/DevToys-app/DevToysMac/blob/main/DevToys/DevToys/Body/Format/SQLFormatterView%2B.swift the view is just empty, so it kinda can't be "fixed", but needs to...