Olivier Halligon

Results 355 comments of Olivier Halligon

We haven't taken any decision yet on this, and I have to admit I haven't had much time lately to do much maintenance, so this one is still pending. Given...

So the solution would be to provide a `param` to allow people switching between the two modes. Honestly I'm even wondering if we shouldn't make that verbatim mode the default...

Good point on nice names. In that regard I'm ok to not making it the default and `rawKeys` looks good to me as the param name I think what I...

Indeed (I wonder why we uppercased in that implementation of that filter in the first place btw). That's gonna need a breaking version of StencilSwiftKit then.

@djbe yours fails with `invalidInputType` when I pass it my folder containing Lottie JSON files. works only if I pass one json file. (Maybe we have some file in that...

The way to use and create custom templates is all documented [in the README here](https://github.com/SwiftGen/SwiftGen#choosing-your-template) and [even in more details in that dedicated doc](https://github.com/SwiftGen/SwiftGen/blob/master/Documentation/ConfigFile.md) Basically just save the template somewhere...

Are you sure about this issue? SwiftGen officially support Storyboard References already, as the parser _does_ check for the `viewControllerPlaceholder` tag, and we even have a unit test for that...

Ok I see your point. But otoh people who will never reference those storyboards any other way than by their link as initialVC won't need that enum generated, and generating...

Ok I see. I use the Coordinator pattern myself, so I don't use segues so not a lot of SB references either, so I'm not totally sure I encountered such...

This issue could be the occasion to double-check that we use the same `forbiddenChars` everywhere (`_`) when calling `asSwiftIdentifier` in the context of our scripts > (We could also make...