K. Lundberg

Results 17 comments of K. Lundberg

I'm having this problem too, when trying to swift run from my own codebase where sourcery is embedded as a dependency: ``` error: the package sourcery[https://github.com/krzysztofzablocki/Sourcery] @ 0.16.0 contains incompatible...

Great, thanks! I'm not quite sure I fully understand the issue though. It seems like by your description everything should be able to be handled by the layout as it...

Aha, I see. That's a good idea. The fixed frame part with no scrolling is interesting to think about. I designed this layout to behave similarly to flow layout such...

I think collection view could work well here; I was just referencing that my layout wasn't designed to be explicitly non-scrollable, so i worry that your use case may be...

Cool, good to hear an updated variant is in the works!

I should note that this game would need a 'zoom' widescreen mode. I'm not sure if other n64 games out there would need a 'stretch' widescreen mode or not though,...

having xcode beta was just a guess and to be thorough with my report, it may not be the issue. I don't have a sample app, since it depends on...

I believe so, in a way. I haven't created command plugins myself, but there's some examples in the swift evolution document I linked, plus some more useful step by step...

I'd love to see something like this too. would it be possible (no doubt a large undertaking if so) to add randomized generation to the port itself if reading from...

I like this option better than my proposed rc-only wording actually, and I imagine it'd be simpler to reason about and implement? Perhaps "releases + newest betas" could be the...