Jeroen Claessens
Jeroen Claessens
## Description I found out that when using a template ref for a canvas while naming it `canvas`, that the vue2 compiler doesn't work. It does work with vue3 compiler,...
How I understand is the changeProxy option in the proxy policy meant to change he origin header to the gateway's origing and not from the e.g. browser's origin right? If...
For the `createTypeormConnection`, it seems like the entities list doesn't accept globs, but just a list of imported entities. The `createConnection` of TypeORM itself accepts glob pattern, which is more...
First of all, I saw a couple of issues that involved more or less the same issue, but I tought it would be useful to group everything into one issue,...
To avoid more issues about why a certain `Vue3` library/plugin failed to work in a `Vue2` project, I thought it would be useful to add it to the README.md. I...
I very much like this idea and it seems there is no one else doing it, but it would even be better if it would be available on NPM registry....
In relation to this [issue](https://github.com/iamkun/dayjs/issues/1167) and [comment](https://github.com/iamkun/dayjs/issues/1167#issuecomment-972880586), just adding e.g. 'utc' in the list of plugins doesn't work (anymore?) when building for production: ```javascript export default { locales: ['en'], defaultLocale:...
Hello, I've installed the package and it works perfectly in a cloud environment (where the env-var is populated). It doesn't work locally when I haven't set an `.env` file using...
### Describe the problem you'd like to have solved Currently I need to duplicate permissions in roles instead of referencing them. For example I have a `read:users` permission inside the...
[BUG]: when calling 2 endpoints together (with Promise.all) the page & per_page are set incorrectly
I noticed when calling 2 endpoints with `Promise.all`, the pagination parameters for `page` & `per_page` are not working correctly. It always takes the parameters of the last endpoint in the...