Jay Asbury

Results 156 comments of Jay Asbury

If you are using EF for stuff it automatically stores it correctly. Example create a model with a datetimeoffset and use sqlite. @Sora2455 Thanks That is the confusion and issue...

Registration is not client specific. It is how you register new users. You can adjust the registration configuration to allow registration or not. Consider the experiance of you going to...

https://github.com/skoruba/IdentityServer4.Admin/discussions/920 On Mon, Oct 25, 2021, 4:58 AM parlive ***@***.***> wrote: > Registration is not client specific. It is how you register new users. You > can adjust the registration...

See https://demoids.vbjaysolutions.com/admin and login using a google or github account. You can view the configuration. Look at the oidc client. Need to add good redirect urls to the client that...

See #5914 #5940

Tap help then about. Click copy button. - Git Extensions 3.5.4.12724 - Build 65f01f39982ccb121c4df7d4b00b506939553958 - Git 2.36.0.windows.1 - Microsoft Windows NT 10.0.19044.0 - .NET Framework 4.8.4510.0 - DPI 96dpi (no...

No. It will not. Portable still expects a path. You can attempt a relative path frome get folder to notepad ++ folder.

Oh right the editor used to have a browse button. Now it detects paths.

Pick one of the values and modify the right .gitconfig file. ![image](https://user-images.githubusercontent.com/3629489/170624653-ef39c5d6-4328-487a-a7e2-c9dd4955c7b9.png) ![image](https://user-images.githubusercontent.com/3629489/170625131-bfd67fa2-3726-4f9c-85c3-cf6243808463.png) ![image](https://user-images.githubusercontent.com/3629489/170625233-e246737c-5875-420e-a991-08ec78aab52d.png) ![image](https://user-images.githubusercontent.com/3629489/170625462-f2f1c966-00d3-4d2e-92f5-dad117d29d0c.png) ``` "../../Notepad++Portable\App\Notepad++64\notepad++.exe" -multiInst -nosession ``` the dropdown is editable and you can type whatever you...

Portable is designed to be self contained. Why it's called portable. https://github.com/gitextensions/gitextensions/blob/master/GitCommands/Settings/AppSettings.cs#L53 So home stores settings in the folder where app is located. If not portable it will use user...