Jonathan Peppers

Results 525 comments of Jonathan Peppers

@elinor-fung can you share a screenshot of what that looks like? 😄 Would the proper solution be for us to implement something that runs inside VS Code? Gives suggestions on...

It appears to work in this one: ![image](https://user-images.githubusercontent.com/840039/171493493-ab8804f5-1d45-4e4c-81b3-ea05bdbb3f3c.png) But yeah it doesn't seem to work on this box for some reason: ![image](https://user-images.githubusercontent.com/840039/171494427-f28d109c-ad83-4adb-a760-aadaa33f3f3a.png)

This might have also been related to my `secrets.js` not being right. `appinsights_key` should be a connection string and I just had the key in there. But we could remove...

There is a way to query your own comments with an internal data source: https://github.com/jonathanpeppers/inclusive-code-reviews-ml/blob/main/docs/CloudMine.md But then you'd probably need to write a C# console app using ML.NET & our...

It used to ignore spaces, but then I saw it underline "hang" in the word "changes": https://github.com/jonathanpeppers/inclusive-code-comments/issues/16 For plurals, maybe it makes sense to just put another entry in the...

#21799 is a performance optimization, it would not fix this. Looking at the code for Windows: https://github.com/dotnet/maui/blob/ec3e44c6881d4fd97be3cc52cfc1e2050961c247/src/Essentials/src/DeviceInfo/DeviceInfo.uwp.cs#L68-L87 It will report `Tablet` if a Windows device is switched into tablet mode....

I'm going to move this to the Google Play Services repo. `com.google.android.ump.UserMessagingPlatform` is probably a missing dependency.

@Redth FYI only the first part, the move to the `/data/` folder will be in .NET 6 Preview 4 (it's actually already in). The second part renaming things will be...

VS 2019 16.10 Preview 3 and .NET 5 Preview 4 will have support for the [new Microsoft OpenJDK11](https://www.microsoft.com/openjdk). Neither of these previews are actually out yet, but you can get...

@ThinhKVT this looks like a `NullReferenceException` in your code: ``` [System.NullReferenceException]: Object reference not set to an instance of an object. 05-07 17:25:16.035 22354 22354 E AndroidRuntime: at SPMobile.MAUI.App+d.MoveNext(Unknown Source:0)...