Filipowicz251
Filipowicz251
I have stil the same bug after one year. I've included Humanizer.Core and Humanizer.Core.Pl as a nuget for my Android version - but it is throwing this error all the...
Exactly, problem still occurs.
I can concur. Have the same problem with Polish translation. Xamarin on Android. Previously I did use Humanizer.Core 2.8.26 + Humanizer.Core.pl 2.8.26 There was an exception thrown. I've changed to...
What is the status of this 4 years old ticket?:) I've checked and currently i have only `Id`, `MediaType`, `Popularity` properties on Results. That is dissapointing, and forces me to...
@LordMike - yeah, but have can i do that? > TMDbClient client = new TMDbClient("12345"); > > var results = await client.SearchMultiAsync("star wars"); > > var movie = (TMDbLib.Objects.Movies.Movie)results.Results.FirstOrDefault(); Will...
Ok, i've found some method to do it :) A little bit hacky but it works;) > class BaseConverter > { > protected T Convert(X result) > { > var...
Hi @mervick - gr8 work!! Really! One more note. As @SirCumz wrote - there is a problem with keyup approach and autocomplete. If you starts typing something (for example: "abc")...