Weijie JIN
Weijie JIN
This breaks my dev env on Linux machine. Rider just suddenly not working anymore. Although I fixed it temperarily by https://github.com/dotnet/sdk/issues/27129#issuecomment-1214358108 (Thanks!) It's a very bad issue.
Finished deploying the migration to production yesterday. The overall migration experience was smooth, it took around 2 days to finish preparing the upgrade script, code changes, test and deployment. Thanks...
> Few issues I've run into that I'm unsure how to handle: > > 1: > > Current broken code: > > ``` > await _interaction.GrantConsentAsync(context, ConsentResponse.Denied); > ``` >...
> 希望可以加上用户验证, 简单的用户验证可以用nginx实现吧。
+1 I would like to migrate to Gogs but without automatically repo creation, it's very hard, i need to create repos on the UI one by one. Please consider this...
Hi @georgesuba , thanks for the hint of Gogs Api! I'll definitely try, I think it will solve my problem. :) Thanks!
This should work: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0_Config\Packages{1B437D20-F8FE-11D2-A6AE-00104BCC7269}\Schemas\http://schemas.microsoft.com/intellisense/html5-angularjs] "File"="html\html_5_angularjs.xsd" "Friendly Name"="AngularJS" "URI"="http://schemas.microsoft.com/intellisense/html5-angularjs" "IsBrowseable"=dword:00000001 One "\" is missing in @IanMercer 's script
Thanks Allen, but at runtime, an exception was thrown. I was using .Net framework 4.6.1. After I changing null with Task.FromResult(null), the exception was resolved. Could you check again? Thanks.