BarredEwe

Results 39 comments of BarredEwe

Hey! You can mention a user like this: @Mattesackboy. If you create an example project in which I can reproduce the error, I will try to help you.

Could you try this? https://github.com/Swinject/SwinjectStoryboard/issues/173#issuecomment-1229026608

Could you try this fix? https://github.com/Swinject/SwinjectStoryboard/pull/175

Could you try this code? I think, it is important - using `static func` (not `@objc func`). ``` extension SwinjectStoryboard { static func setup() { //

@yonaskolb Yes, I didn't do it. I think it can be finalized quickly, I will try to post an MP soon.

@clausjoergensen I made a Pull Request https://github.com/yonaskolb/XcodeGen/pull/1390. Can you try it?

It seems that this is a problem of the [swift-snapshot-tests ](https://github.com/pointfreeco/swift-snapshot-testing )library. I found a [PR](https://github.com/pointfreeco/swift-snapshot-testing/pull/742) in it that should fix this. I'll try to think later about how to...

It sounds like a bug in the Prefire. I set myself the task to fix it in the 2.0 release 😊

@szymon-heetch Thanks for starting the issue! I posted a new version with a fix for this: https://github.com/BarredEwe/Prefire/releases/tag/2.3.1

There is a problem in the documentation **Readme.md** . That's not what the playbook configuration is called right now. ```yaml test_configuration: - preview_default_enabled: true playbook_configuration: - preview_default_enabled: false ``` You...