pidgy

Results 2 comments of pidgy

> > > If you haven't fixed this yet, I was able to get it working by adding the code: > > ```cs > [Export("application:supportedInterfaceOrientationsForWindow:")] > public UIInterfaceOrientationMask GetSupportedInterfaceOrientations(UIApplication application,...

> Hello @itamarhaber , yes I can do conn.Do("json.set"...) but I was looking for a better way to automatically (un)marshal golang structs from/to json while working with redis. Why not...