James Newton-King

Results 646 comments of James Newton-King

@noahfalk @lmolkova @trask Hi. I'm adding metrics to [ASP.NET Core identity](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity). This issue is for folks to review metrics and their names. Feedback welcome on how well names match semantic...

> what is the difference between check_password and verify_password? When I search in the docs I didn't find pre-existing terminology this matched up to. Removed verify_password counter. > what is...

> > The sign in manager handles different auth credentials. > > Do we expect non-token, non-password credentials to surface through these counters? The naming seemed fairly token and password...

> We've come really close to implementing metrics for CRUD (create, read, update, delete) except for the read part. Do we want to include metrics for reads too, or is...

https://github.com/microsoft/fluentui-blazor/issues/2761

What is the decision process for which columns to hide and show? IMO, the endpoints column is more useful than type on the resources page: ![image](https://github.com/user-attachments/assets/55075958-d280-4fc0-a182-1b6ddef2337a) But I'd be interested...

If a meter or instrument name is very long, the filter page gets a horizonal scroll bar: ![image](https://github.com/user-attachments/assets/951c336b-73f6-44da-9cf3-85fb56c4c6f8) The UI should trim long names and end with an ellipsis when...

Tag filters appear on top of the graph when not in desktop view: ![image](https://github.com/user-attachments/assets/aba472c5-d9c8-4bd4-a8af-43efc3f08bf0) **Edit:** I've fixed this.