David Kopec

Results 41 comments of David Kopec

Hi @dredenba 1. I simply tried running the test project in the iPhone 6 simulator in Xcode 7 Beta 6 and after trying to change the color the EXEC_BAD_ACCESS immediately...

What do you think about the idea of making the additional grayscale bar optional?

Hi @ZevEisenberg, We are currently using an easy to implement cycle-detection algorithm that also allows us to limit detection to cycles of a certain length. However, there are much more...

@dabbott No doubt you're right! Good call.

I think this would be great. I think we should do it along with support for Swift's new serialization protocols #22 . It could just be another encoder/decoder.

Now that we have `Codable` support through the subclasses `CodableUnweightedGraph` and `CodableWeightedGraph` the next step would be to create a GraphML encoder/decoder.

It's a fair question. I don't know if this would break anyone's existing code. Is it causing a particular problem for you? Since I wouldn't really call it a bug,...

Great, what license are you going to be releasing it under? I may want to pull it into the mainline since it would add a lot of value.

Yeah that is an issue. I guess for importing it's not an issue but for exporting it is. You could check every time if there is an edge in both...

Thanks. Yeah I should probably of never added Collection conformance. It doesn’t really make sense in retrospect. The issue is, what if someone is relying on it now? This project...