Carson Katri

Results 218 comments of Carson Katri

I'm pushing this again 😄 I want to tag 1.3.0 now so people can use the new error and timeout additions.

Nice catch. I think we could include another subscript like: ```swift j[optional: "script"]?.string ``` Would that work for you?

Your other option is to use `Codable`, which I think is preferable in most cases: ```swift struct SomeData : Codable { let script: String? } AnyRequest { ... } .onObject...

I haven't gotten around to something like that, as I was mostly focusing on #5. However, feel free to try implementing it. It sounds like it'd be a good first...

As per the Readme: > Because macOS doesn't support SF Symbols, I have created the following extension to make sure shared code works. I would like to replace this with...

@Nikhil0487 I'd start in [PostList.swift](https://github.com/carson-katri/reddit-swiftui/blob/master/Reddit-macOS/Views/PostList.swift). There you'll see the code that handles the selection state for both `NavigationLink` and `List`. I believe the issue is that they both have selection...

I just updated and also found that `2.1.2` for ARM macOS works well, but `2.2.0` wheels fail with the same issue initially mentioned by KelSolaar. For now I have just...

@ffried Are you using the fiber reconciler? If not, can you replicate the issue with that? See this section in the README for more details: https://github.com/TokamakUI/Tokamak/#fiber-renderers

@waly-k Unfortunately, I’m not sure when I’ll get back to this. However, you may want to look at request-dl, which a contributor started as a sort of successor to this...

Awesome! Would you be able to open a PR to add it to the README?