fuine6

Results 3 issues of fuine6

I use the code to display sign-in prompt, and it will automatically remember the account and password. ``` VssCredentials creds = new VssClientCredentials(); creds.Storage = new VssClientCredentialStorage(); VssConnection connection =...

Sorry, my english is poor. Current hardcoded Annotations ``` prometheus.io/scrape: "true" prometheus.io/port: {{ .Values.service.port | quote }} prometheus.io/path: "/metrics" ``` Annotations I need ``` prometheus.io/scrape: "false" prometheus.io/scrape_every_5s: "true" prometheus.io/port: {{...

**Is your feature request related to a problem? Please describe.** When Allow User Variables=False, [MySql.Data can use @` to ignore missing variables.](https://github.com/mysql/mysql-connector-net/blob/e06e563add3ad67c9288bb3abd93ea9f9a10d9c9/MySQL.Data/src/Statement.cs#L314) For example ```C# var connectionString = "Server=127.0.0.1;User ID=root;Password=123456;Database=test;Allow...

enhancement