Maxim Krouk
Maxim Krouk
> @garymansted I couldn't get @maximkrouk 's branch to work completely. I followed the updated instructions and, quickly looking at it, everything seems like it should work. However, when SPM...
Seems like it cannot be achieved with Graphiti, at least my implementation encodes GraphQLResult to a specific Vapor type. The problem is that currently, you can only override the encoder...
https://github.com/JohnSundell/Files/pull/124 is kinda related in terms of what name and what extension is, I suppose that for the hidden files the current PR implementation may treat name as an empty...
@jflow, didn't see your comment at the time 😅 Not in the end, but in the middle For example `R.generated.swift` for Rswift - the extension is `swift`, the name is...
@honghaoz, not sure that casting to `NSString` is a better option, as for the library it might be better to use something like ```swift extension String { var nameExcludingExtension: String...
Well, it's not required anymore, but I think this feature would still be useful
I gave you and @mbrandonw access for 2 private repos. `swift-standard-extensions` is a dependency for the `composable-architecture-extensions`, the second one contains an example and recursive navigation implementation for UIKit. Note...
Btw I've been thinking about recursive navigation again and I came to the point that it's too complex to manage it's state anyway. The main problem was that in my...
Eh, maybe you have ideas on how to implement a recursive reducer now? :D Refactored my app, circular dependencies is not a problem anymore, but now these modules' reducers depend...