Andrea Fassina

Results 7 comments of Andrea Fassina

@mfugate1 thank you! For the sake of completeness I had to add the same secret in `Secret -> Actions` and `Secret -> Dependabot`. The first one is used in case...

Is there any news on this?

It is not well documented in the [README](https://github.com/openware/baseapp#available-docker-build-args), but you have to build the `baseapp` docker image with the `BUILD_DOMAIN` argument. Stop all the services with `rake service:all[stop]` if they...

I did not found a solution, so I have to stay with `typegoose beta.9` and `mongoose 5.12.8`

Hello, 2 years later the #147 we are facing the same bug for the `it_IT`. > ```ts > const dealLocal = (str: string) => { > const head = str.slice(0,...

You have to change the `possession` to `own` so both ADMIN and USER can call the endpoint ```@UseRoles({ possession: 'own', action: 'update', resource: "users" })``` Then in the controller get...

I reported this bug to [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/issues/7312), resolved in v6.4.0. Also request an update to [eslint-config-standard-with-typescript](https://github.com/standard/eslint-config-standard-with-typescript/issues/1202) which update only the devDep (not the peerDep) on v38.0.0. @theoludwig @lindluni @LinusU Updating both...