Reinier de Vries

Results 5 issues of Reinier de Vries

The `bool` keyword was missing in the type table, so I added it.

dotnet-fundamentals/prod

Warning: Deprecated Resource │ │ with module.mssql-server.azurerm_sql_server.primary, │ on .terraform/modules/mssql-server/main.tf line 76, in resource "azurerm_sql_server" "primary": │ 76: resource "azurerm_sql_server" "primary" { │ │ The `azurerm_sql_server` resource is deprecated and...

On https://github.com/kumarvna/terraform-azurerm-mssql-db/blob/master/main.tf#L416 only the given `var.storage_account_id` is used. I think it should be configurable to be reusable from the already created Storage Account (https://github.com/kumarvna/terraform-azurerm-mssql-db/blob/master/main.tf#L40). Another option would be to allow...

Is there a way to run this from a project that is _not_ .NET Framework? I'm currently getting the following exception when trying to get an instance from the `WrapperProxyFactory`:...

The project currently doesn't work with the latest versions of socket.io, OpenFL and/or NodeJS. Are you planning on upgrading the project to work with these versions? I really like the...