Nick Snyder
Nick Snyder
I don't plan on writing or maintaining LayoutKit in multiple languages. It sounds like all you need to do is build LayoutKit as a framework and import that into Xamarin....
> I looked into the ViewRecycler code and now it's clear that a viewReuseId needs to be unique within each cell view hierarchy. Your observation is correct. `viewReuseId` is intended...
Thanks for the report. You are correct that added views are just added and removed views are just removed. When I was implementing this, my thinking was that all animated...
@staguer explained this much better than I did :)
I agree that this is a useful feature to have in general. One idea I have would be to add a `StackLayout` distribution of `case centerSublayout(index: Int)` which centers on...
https://godoc.org/github.com/nicksnyder/go-i18n just released v2 and has similar problems. - https://godoc.org/github.com/nicksnyder/go-i18n/v2/i18n doesn't exist - https://godoc.org/github.com/nicksnyder/go-i18n shows sub packages that no longer exist - https://godoc.org/github.com/nicksnyder/go-i18n/i18n shows the wrong import path
#142 is not the right solution in my option. I think there should still be a single top level resolver and that resolver should explicitly model the query resolver and...
See issue description: > GraphQL allows you to have a mutation and a query with the same name, but graphql-go does not). If you have a mutation and query with...
I am not aware of similar tools. I would just edit the files directly like text files.