Stefan de Vogelaere
Stefan de Vogelaere
If I just want to translate ```messages.js``` into other languages, how am I able to set these at runtime (when the user switches a language)? I know I can define...
### Bug Description Assembly that referenced more than one provider. In my case: **Exception Message:** ```csharp System.MissingMethodException: Method not found: 'Void RepoDb.DbSettingMapper.Add(System.Type, RepoDb.Interfaces.IDbSetting, Boolean)'. at RepoDb.SqlServerBootstrap.Initialize() ``` Upon calling the...
I am a bit confused when to use .Open() or even .EnsureOpen() on connections. Most of the documentation shows: ``` using (var connection = new MySqlConnection(ConnectionString)) { var id =...
We are considering moving to Postgresql but we love the Bulk operations of repoDb. Any chance that Postgresql will get support? Note sure if https://github.com/neisbut/Npgsql.Bulk could help for example?
This PR contains support for : This allows you to set your ip range and subnet for private network: https://github.com/alexzimmer96/rancher-hcloud/issues/2 ``` variable "ip_range" { type = string default = "172.16.0.0/12"...
Was trying to set this value when create a node template I am afraid that there is an error in the PR (but not sure because I have little understanding)...
Any specific reason why https://github.com/alexzimmer96/rancher-hcloud/blob/master/module-cluster-init/scripts/rancher_management_init.sh#L6 ``` # Disable password based authentication for SSH # sed -i 's/[#]*PermitRootLogin yes/PermitRootLogin prohibit-password/g' /etc/ssh/sshd_config # sed -i 's/[#]*PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config # systemctl restart...
Hi, thanks for this, really helpful. What might be a good idea is to add another variable to set the address range for the network. I re-created everything because the...
Hi, first, great package! Very useful! So I am experimenting with desktop support for flutter, and checked that it seems that macOS support is missing. As, I think, this is...
When debugging through the coding, I found out that `InternalGetAllMetadata` method implemented in the dialects is called very frequent. If I placed a Log inside the method I got when...