Troy Willmot

Results 48 comments of Troy Willmot

Thanks, I'll take a look at the prototype. Sorry I expressed myself poorly over the aggregate vs multiple socket issue. I was attempting to determine if your solution would allow...

Have been thinking about adding some proper logging for a while, but not sure how. There's the common logging abstraction library, but I don't really want to add the dependency....

@LukePulverenti I need to keep platform support for some older platforms (in particular .Net 4). The portable class library target for 4.0 doesn't support ObservableCollection (nor INotifyCollectionChanged to re-implement myself)....

Hi, Yeah, it should be that 'easy', assuming Xamarin.Mac supports one of the existing socket implementations. It will need testing (on a Mac) though, there have been some issues with...

Is Xamarin.Max compatible with any of the .Net Standard versions? If it supports .Net Standard 1.3, then the existing package may work.

Having the same problem on an emulator running Android 8.1, though our physical device also running 8.1 doesn't.

Hi, Unfortunately strong naming the assemblies causes me issues in my own projects. Some libraries create secondary packages that are signed. However, aside from the extra maintenance burden involved in...

Hi all, I'm coming to this late, and haven't actually looked a the code yet (limited time, sorry). I have read the thread here and looked at the benchmarks posted,...

Also, really exciting to see the benchmark stuff I submitted being used to analyse and potentially prevent regressions. Thanks everyone for the effort being put in here.

I looked into this. AuthenticateWith doesn't make any calls to Twitter, it only records the token details for when calls are made. That means it has no real idea if...