Zdeněk Topič
Zdeněk Topič
Hello, I would like to ask you about confidence of using Tokamak in production applications for e-commerce.
### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...
Hello, do you think you can update podspec file to require only PromiseKit/CorePromise as it is enough for AwaitKit to work (I believe). I am using just CorePromise in my...
## Context 🕵️♀️ With addition to synthesised resource accessors to Tuist, it would be awesome to also support some way the resources can be synthesised without regenerating and re-opening the...
Hello, the Mac application is having issues handling larger JSON responses. Is there anything that could be done to optimize, warn?
When migrating from CocoaPods, SPM package generates modules named Owl instead of OwlKit. Not huge issue, but still inconvenience.
As title states, should be v2.
Hello, I am struggling with a architecture where view for header and footer are provided by the view model. That means that when using Owl it is basically the adapter...
Hi, it would be awesome if there was a way to extend Owl so it is also usable with [Texture](https://texturegroup.org/).
It would be awesome to be able to register multiple instances/factories of the same type. `protocol LogDestination` and its implementations `class ConsoleLogDestination: LogDestination` and `class SomeOtherLogDestination: LogDestination`. ```swift container.register(LogDestination.self) {...