Daniel

Results 28 comments of Daniel

It's working fine for me. I have `nvs auto on` in my powershell profile. ![image](https://user-images.githubusercontent.com/1320090/161285255-52dda876-e77e-47a7-8c85-5279b73d309a.png)

On Powershell, you can add `nvs auto on` to your profile.ps1 file

I use `starship` which is a custom prompt. With the following profile, they both seem to work fine together. ``` # Improved prompt Invoke-Expression (&starship init powershell) Write-Host -Foreground Green...

It looks like this has been added to scoop https://github.com/lukesampson/scoop/blob/master/bucket/nvs.json

I uses this to successfully connect to an nfs share with `hostname:/path`. I didn't try it with the protocol as part of the string.

**Edit:** I just realized this issue is specifically for loading from the `ormconfig.json` file but I will leave this comment in case anyone finds it useful and chooses to use...

@acepace No, the important thing is that when calling `forRootAsync`, the connection name has to be passed as a separate parameter outside of the connection options. So if you are...

We do the same, ~and unfortunately it still breaks the spec (first line should be all lower-case).~ Edit: my bad, that's not actually in the spec. Not sure where I...

It's already difficult to fit the summary into 50 characters. With this convention, you are down to ~40 before you even start the summary. It would be great to have...

On Windows, my home directory currently has the following dot files. ``` .config/ .dotnet/ .m2/ .nuget/ .ssh/ .angular-config.json .gitconfig .npmrc .yarnrc ``` On the other hand, I can't recall a...