Chuck LU
Chuck LU
Provide a new method in Cards to do the fuzzy search.
The [Battlegrounds](https://hearthstone.gamepedia.com/Battlegrounds) introduced a new property for card Mama bear ```xml xml
https://github.com/HearthSim/HearthDb/blob/master/HearthDb/Cards.cs#L40 Currently you are using FirstOrDefault to return only one card. But now we have multiple cards with same card name but different card id. "CardId": "ULD_291p" "CardId": "ULD_291pe" The...
Currently the language code can not be used directly ```C# [Test] public void TestChuck() { //CultureInfo cultureInfo=new CultureInfo("enUS"); //This line did not work CultureInfo cultureInfo2 = new CultureInfo("en-US"); Console.WriteLine(cultureInfo2.DisplayName); }...
Currently I did not have a chance to set the language through `Cards` ```C# static Cards() { var stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("HearthDb.CardDefs.xml"); if(stream == null) return; using(TextReader tr = new StreamReader(stream))...
Try to figure out the feature about watch the App.config at runtime like log4net and NLog https://stackoverflow.com/questions/25477415/how-can-i-reconfigure-serilog-without-restarting-the-application https://stackoverflow.com/questions/50715913/serilog-equivalent-to-log4net-config-watch The above two links have no useful info about reload all settings...
An unhandled exception occurred while processing the request. TaskCanceledException: The operation was canceled. System.Net.Http.ConnectHelper.ConnectAsync(string host, int port, CancellationToken cancellationToken) Exception: An error was encountered while handling the remote login. Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler.HandleRequestAsync()...
http://stackoverflow.com/questions/1636333/download-file-using-libcurl-in-c-c in this example curl_easy_setopt(curl, CURLOPT_WRITEDATA, fp); fp is a File\* pointer
bing.com
please add bing.com to list, otherwise it will be Redirected to cn.bing.com when I try to access https://www.bing.com/?cc=us, then get redirected to https://cn.bing.com/?cc=us