export KUBE_EDITOR='code --wait'
Running k edit ... will open up the yaml using Visual Studio Code.
| import time | |
| print "..." | |
| time.sleep(1) | |
| print "..." | |
| print "..." | |
| print "..." | |
| print "..." | |
| time.sleep(1) | |
| print "..." |
| /* | |
| I wasn't able to find a single example on how to actually use Dapper's new TVP, so I though I'd add one. | |
| First of all, you will need to install the Dapper.TVP package from NuGet. | |
| The main item to note is the need to create and populate a list of SqlDataRecords. This is then used to used as part of the | |
| input parameter for Dapper's TableValueParameter. | |
| The API is thus: |