Matt K

Results 5 issues of Matt K

This caused a subtle bug where the first exception reported would include the request context, but subsequent exceptions would not. In addition, the AspNetCore version would never set the StatusCode...

Here are a few cleanups related to #371. The ASP.NET Core version was updated from ThreadLocal to AsyncLocal, since it uses async-based code: https://docs.microsoft.com/en-us/dotnet/api/system.threading.asynclocal-1?view=netcore-3.1#examples Additionally, I removed an initializer for...

In the iOS image classification app, the UI currently always shows an initial thread count of 1, even if someone changes the initial thread count in the code. (For example,...

cla: yes
size:S

This improvement should satisfy #6 .

After a long-overdue MacOS update, I started getting the following unhelpful/obscure message every time Fanny starts: `"Fanny.app" would like to access data from other apps.` I don't see a reason...