Daniel Laberge

Results 27 comments of Daniel Laberge

Could anyone on the team (@brentschmaltz?) please get someone to look at this issue? It would be much appreciated by anyone depending on Microsoft.AspNetCore.Authentication.JwtBearer. If this is the wrong place...

I agree with @Haydabase: there is no way to remove an ActivityEvent due to the design of the Activity class. These received-first-response events are DOUBLING our monitoring costs for no...

Same here. Every time the settings menu is open, the dropdown menu reverts to 1280x720, so if you forget to change it back and press Apply, you get potato resolution....

I am also very interested in SSO with Azure and Google Workspace. Could you let me know when support for it is merged in main?

Same issue here on tvOS 17 and v1.5.1, local invidious instance as well.

We would also be very interested to do this! I have a feeling this might never be implemented because GitHub might think this will cannibalize sales of the GitHub Enterprise...

@mthalman That is correct. I will edit the issue to reflect that.

@richlander I will gladly try this and report my results if someone could point me to relevant documentation on how to achieve this with an ASP.NET app. I've tried adding...

@lbussell I indeed had the `true` property in my .csproj but forgot to mention it in my last comment. I'll edit it to avoid further confusion.

I have reproduced the same error with a blank ASP.NET template like so: ``` mkdir aspnet-alpine-extra-test && cd aspnet-alpine-extra-test dotnet new webapp dotnet publish --os linux --arch x64 --self-contained true...