Mark DiFranco

Results 11 issues of Mark DiFranco

**What language does this apply to?** This applies to Swift, generated using https://github.com/apple/swift-protobuf **Describe the problem you are trying to solve.** The problem to solve is around decoding unknown enum...

syntax specification

Once this PR goes in https://github.com/Swinject/SwinjectStoryboard/pull/157, we'll have some failing tests for macOS. From what I can tell, the test failures are valid and there's something we need to fix...

`SwinjectAutoregistration` and `SwinjectStoryboard` have already been updated to resolve dependencies using Carthage, so we should do the same here. Using submodules makes resolving via carthage difficult.

Apple introduced a new standard for method documentation in Xcode 13. We're already doing a pretty good job of documenting things, so there's only a few small tweaks we need...

I'd like to have better control over what the default object scope is. Here's my use case: I use Assemblies, and `SwinjectStoryboard`. I have a `MainAssembler` class which creates an...

This seems somewhat related to #229 . We have a framework that mocks out protocols internally in order to run its own tests, and a separate mock framework that contains...

bug
help wanted

The README mentions you can do something like this in iOS apps to explicitly load your root view controller from `SwinjectStoryboard`: let window = UIWindow(frame: UIScreen.mainScreen().bounds) window.makeKeyAndVisible() self.window = window...

help wanted
question

``` travis version 1.10.0 ``` Here's the steps to reproduce my issue. I login to travis using the following command. My personal access token has the `user:email`, `read:org`, and `repo`...

I have a chart where early values are -infinity. The remainder of the chart doesn't display the bars correctly though. All the bars in this screenshot are different values.

bug
Web Dashboard

I have some layout tests for one of my collection view cells that is passing on every device except the new 10.5" iPad. Any ideas why it would be failing...