Dan Oriani

Results 21 comments of Dan Oriani

> > I can get you a recording for the 5n1, I haven't had my lightning detector hooked up in ages due to strange interference. > > Do these things...

We've been dealing with this for about a year now. It's hard to tell the exact percentage of failing requests but it seems like 2% is probably accurate. We've built...

Moving all pages except for one top level `ShellContent` from the Flyout Menu to `MenuItem`, navigating to them with `GoToAsync`, and manually closing the menu is significantly more performant. It's...

Trying to figure out the last working version of Guava: - 27.1.0, perfectly fine. - 27.1.0.1, very broken: `CREATEMULTIDEXMAINDEXCLASSLIST : error : Can't read [C:\Users\danor\source\repos\ContractPlanner\ContractPlanner\ContractPlanner.Android\obj\Debug\100\lp\73\jl\__reference__guava.jar(;;;;;;!META-INF/MANIFEST.MF)] (invalid entry size (expected 67324752...

Actually, I came up with an extremely minimal reproduction, basically just added the Firebase nugets to the bare Xamarin.Android template. [Test308.zip](https://github.com/xamarin/GooglePlayServicesComponents/files/4270478/Test308.zip) The app wont load beyond GetInstance(app) so I'm not...

Hm so it looks like with this commit: https://github.com/xamarin/XamarinComponents/commit/14a3ada30e508c0340e5c2144ceb91336481eac8, the Guava nuget package moved to the build target/transitive system. Nice for smaller dll's, but that jar never seems to end...

@moljac I've added 27.1.0.4 as a hard dependency, removed the jar, and hey, it works! Fantastic! Thanks a ton. I'll let you close this, since it looks like the config.json...

~~Actually shoot, I was wrong. I thought that I had set the build options to none, but I guess that didn't stick. When I finally went to go clean out...

@ifecdr I wish I could tell you more. I had to clear all NuGet caches, and I removed my obj and bin folders, and both 27.1.0.4 and 28.2.0 started building...

@silentworks I have, I've implemented this alternative in several scripts at this point. The CPU timeout is 2 seconds, yeah, but the total request timeout (according to the next line)...