jagbarcelo

Results 17 comments of jagbarcelo

This problem could be solved if the "Family name" was editable or if, at least, there were an alternative "Family name", call it Custom, Legacy or Migration that could be...

Two years later and this issue is still making our lives miserable. Our certificate is near expiration again and we've just asked for a new one. This time (again) the...

@lechacon > If you have any suggestion of how to make it easier while still being secure, I can bring it to the team for consideration. Let's try and made...

> It is my understanding that a brand new customer receiving Release B or Release C will be required to install Old-Cert to be able to install the release. This...

@dianmsft, @TimMangan I also tried the process described in https://docs.microsoft.com/en-us/windows/msix/package/persistent-identity but got stuck in the **Create the package** section. We are using Visual Studio too but the documentation was so...

> To make VS pass `/pb`, you could look into the `Microsoft.AppxPackage.Targets` file to try and find a property that you could set that would be passed to makeappx. On...

In my case, a Windows Server 2019 with **dual** Intel(R) Xeon(R) Gold 5218R CPU @ 2.10GHz: Task Manager: ![image](https://user-images.githubusercontent.com/6704109/155750866-ffd784b1-2d2c-499a-ba5e-a3472814a631.png) ``` PS C:\> Get-WmiObject -class Win32_processor | ft NumberOfCores,NumberOfLogicalProcessors NumberOfCores NumberOfLogicalProcessors...

Both my `/configs/default.yaml` and `/configs/local_default.yaml` contain: ``` personality_language: english personality_category: generic ``` The problem also occurs from a brand-new-empty reinstall through `webui.bat` Also tried removing `local_default.yaml` (which is regenerated with...

Editing `local_default.yaml` and setting `personality_category: generic` does not fix anything. It does not work setting `personality_category: general` either. I have even removed the whole `GPT4All` directory and let the autoinstall...

I think I figured out the problem. It seems the `webui.bat` installer, as it is configured right now, does not install **any** personalities (the folder `/personalities` did not exist after...