Ryo Aoyama
Ryo Aoyama
@helje5 Ah sorry, I realized that I had written a rather nonsensical comment as you say. I mean that `NSCollectionView` should actually be able to support sections, so it's better...
@lixiang1994 Sorry for my late response. Could you please fix the lint warning reported by hound-ci?
@helje5 The data structure isn't compatible with section and group rows cuz the concepts are different, so I think it won't be able to support NSTableView.
Thanks @helje5 . Sorry for my late reply. I agree with that, but I'm not familiar with AppKit. Feel free to make a pull-request!
Thank you for your proposal @Marcocanc As you described, Identifiable and Differentiable have semantically the same properties. However, Identifiable has OS restrictions, and I think there are few benefits to...
Thanks @Marcocanc The changes by #83 breaks the existing API, but agrees that it can be further clarified by separating identification and equality, so I'll allow this and include it...
I've release a [new swift3 supported version](https://github.com/ra1028/FloatingActionSheetController/tree/2.0.0)! Give it a try!
True, this was not well thought out when I implemented it, I'm sorry. But if we stop using `@Environment(\.self)`, `useEnvironment` will no longer be available as a parent `HookScope` needs...
Only for Context, possibly the `EnvironmentValue` can be replaced with a hack using `EnvironmentObject` and a dictionary.
@DavidGoldman Thank you for your response. You mean to recommend the use of XCHammer? I tried that before, but it wasn't stable, so I'm using Tulsi now. Does Tulsi have...