Alex Türk

Results 42 comments of Alex Türk

I still have this issue and fixed it by early returning from `load` (just like the fix for `IBDesignable` crashes). Maybe #259 and #297 fix this already but they aren't...

Currently I copy over what I have in the enum description for the specific cases. ``` /// The aspect ratio of the image. /// /// - wide: 16:9 aspect ratio....

Do you have any way to workaround this issue? This seems to happen in my case with a SwiftUI view and TCA. The store is somehow still around after the...

@stephencelis I noticed you also use snapshot tests for the `GameOverView` in isowords (which also has long running tasks added to a task group from the `task` action). But you...

Hey @NickEntin! Is there anything I can test here? I'm using snapshot testing and still can't find a way to get an image strategy that uses any kind of tolerance...

Hi @MarkEhr! Could you share have how you used the _attitudeMatrix? Thanks :)

Update the telethon version to `1.30.3` and rerun `pip` (and delete the last session)

Hi @cheizer! I just had the same problem... the `rest` has no relation to which argument it belonged to, it's just all argument values combined :/ I think the input...

Thank you for the detailed answer! I'll try to use url background tasks just to be safe. Something else I noticed is that the `handle(_:)` function is only called when...

Ah interesting so you use `startUpdatingLocation` until you get a valid location instead of the one-off `requestLocation`? I've just been hitting `requestLocation` and used the last coordinate of the first...