Florian Fittschen

Results 23 comments of Florian Fittschen

The deeplink could then be added to the calendar events like `Show in mail...`

We are currently facing the same issue. After investigating it a bit, it only fails to generate the mock as a `CurrentValueSubject`, if it can't find any default value. E.g....

@janeczku I would agree with @zambon, that it is necessary to be able to choose whether to have certificates with SANs or single-domain certificates (for my use-case I'd prefer the...

Manually changing the icon works fine (see https://twitter.com/krzyzanowskim/status/1191381760317235200), so in theory it should be possible to use a script as well. I'll play around with this on the weekend

@ericmann No, #11 only changed the repo structure to allow rancher-lets-encrypt to be used as private rancher catalog. It did not implement anything regarding multiple domain names in one certificate....

Hmm.. good question, it's probably not related as the problem with the lproj was a runtime issue and not a build error. Sorry for the confusion, I missed that they...

@danyf90 I started by adding AppCenter to the fixture on [this branch](https://github.com/ffittschen/tuist/tree/bugfix/4513-missing-header-search-paths). When setting a breakpoint in [the lines mentioned above](https://github.com/tuist/tuist/pull/4456/files#diff-f6b479d944d26449c6604b5997669aba3bb9b8b7fe99a231d07e314137d6e047L743-R767), the switch statement always falls into the `.header` case...

We have the same issue. I think the issue is on Googles side, because Carthage can’t know which transitive dependencies exist when using the binary download in a Cartfile. However,...

Steps to reproduce: - Choose binary dependencies that have mutual "sub"-dependencies, e.g. Firebase Messaging and Firebase RemoteConfig both depend on Protobuf and bundle it in their archive that is specified...

By applying this patch on top of your open PR (#2791) the [original issue](https://github.com/Carthage/Carthage/issues/2777#issue-438308668) with the _Failed to write_ message is not occuring anymore. However, there still are some race...