Ohad Schneider
Ohad Schneider
I don't think you need to set the expiration for the cookie yourself, you can just use whatever expiration policy you get with the SoundCloud token. In other words just...
Logout and ideally open up the login window (to save the user from noticing he has been logged out and clicking login button again himself).
@rwieruch apologies for the bombardment, I hope I was not too bold. It's just that I was only recently exposed to this site and I really like it (especially since...
Well one easy way would be to add it to the list of things filtered by the current search box. It might even be better - say I want to...
Sure: 1. Go to the main site and put `drumcode` in the search filter. For me it finds 3 results. 2. Since there is no scrollbar (only 3 results), you...
Not sure about the direct track link BTW, because that would result in the track starting to play in SoundCloud concurrently. Maybe that one should be a regular link (that...
> You might use the ASP.NET Core instrumentation's [`Enrich` function](https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Instrumentation.AspNetCore#enrich) to customize the name. Based on the example in the docs, I think you'd perform this under the condition `eventName.Equals("OnStopActivity")`...
@alanwest > We're in the process of evaluating the ASP.NET Core events our instrumentation listens to and potentially refactoring the instrumentation a bit. Adding an additional hook to enrich may...
For those with `failed to find Identity Service for` in their logs: https://github.com/microsoft/Git-Credential-Manager-for-Windows/issues/858#issuecomment-521248756
> I am having the same issue since July. Our AAD accounts use MFA, I sign in, authenticate with ms authentication app, prompted a second time then i have to...