Marcel Heers

Results 8 issues of Marcel Heers

## Describe the bug I upgraded `tui.editor` from `3.1.8` to `3.2.0` and now an error occurs that the module `@t/index` or its corresponding type declarations could not be found. ##...

Bug

When adding the library in Vue2 I get the following errors: ``` ERROR in ./frontend/node_modules/v-perfect-signature/dist/index.d.ts(7,34): 7:34 '"./frontend/node_modules/vue-demi/lib/index"' has no exported member named 'DefineComponent'. Did you mean 'defineComponent'? 5 | 6...

Unfortunately it does not work with vue2 in the current version. I created a very simple demo project using `vue-cli-service`: https://github.com/mheers/vuemoji-picker-error The cli does not report any errors, but the...

Like in https://github.com/wobsoriano/v-perfect-signature/issues/6 I get the following errors when adding library in Vue2: ``` ERROR in ./node_modules/vue-winbox/dist/index.d.ts(5,34): 5:34 '"./node_modules/vue-demi/lib/index"' has no exported member named 'DefineComponent'. Did you mean 'defineComponent'? 3...

There's two distinct services from Azure: 1. [PostgreSQL](https://learn.microsoft.com/en-us/azure/templates/microsoft.dbforpostgresql/flexibleservers) 2. [Azure Cosmos DB for PostgreSQL](https://learn.microsoft.com/en-us/azure/templates/microsoft.dbforpostgresql/servergroupsv2) Both of these services are using the Microsoft.DBforPostgreSQL namespace which results in us combining the types...

impact/usability
kind/enhancement
customer/feedback
area/providers
3.0

## Description This PR allows the single-sign-on via OAuth even when formAuth is also available. To have the API working with username/password we need to enable formAuth. When a user...

cla-signed

… custom certificate Right now the SSL_CERT_FILE needed by the python script is not created in `/run/etc/wal-e.d/env` so `envdir "/run/etc/wal-e.d/env" wal-e backup-push` fails with ``` Traceback (most recent call last):...