Omar Albeik
Omar Albeik
> > nor create any private classes, structs, or methods in the global scope > > So are SwifterSwift extensions allowed to create classes and structs not in the global...
> I think it's mostly easy to make it automatic-ish. > > You could enforce a flag/label on each PR that a contributor must mark to say if it's a...
> While the automatically month release is a very useful and excellent idea, I still have concerns as to how semantic versioning will be enforced. Then, manual interference with the...
Being tested in the [temp repo](https://github.com/SwifterSwift/SwifterSwift6)
It is added indeed, but this is something else, when you go to the [docs](https://swiftpackageindex.com/omaralbeik/Stores/0.3.3/documentation/stores) you see a blank screen, unlike the examples in the description, where you see an...
That would be nice! I'll take a look and update you here soon
We're facing the same problem with https://cocoapods.org/pods/SwifterSwift Not only with tests, but website is not showing neither README nor CHANGELOG!
@vicng First I tried `api.cocoadocs.org:4567/redeploy/SwifterSwift/3.0.0`, which didn't change anything for a few days, then suddenly after `v3.1.0` release yesterday I saw the page was working! I'm not sure was it...
Drops uses normal Swift String, using `String(localized: "...")` should work just fine, please let me know if you're still facing the issue
Hi @nemecek-filip, thanks for reporting! This is definitely a bug. For now, I think it won't happen if you use the shared `Drops` instance instead. Unfortunately, I don't have time...