Andrea Ascari
Andrea Ascari
My `gm-scrollbar-container` has padding, so the `this._viewElement.style.width` is wrongly calculated. The padding of `gm-scrollbar-container` should be considered to set the `_viewElement` width.
In my last types definition I forgot to extend the `IndicatorViewPagerProps` from `ViewPagerProps`
## Summary This PR introduces the ability to disable the _assertion_ of _exchanges_ and _queues_. In this way, the credentials provided to the RabbitMQ node can only have _write_ and...
**Describe the bug** The RabbitMQ Trigger node throws an error when using a user with no "queue.declare" permissions, cause the [implementation calls](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/RabbitMQ/GenericFunctions.ts#L78) "assertQueue" before connecting to the queue. This is...
## Summary > Describe what the PR does and how to test. Photos and videos are recommended. In this PR, we added the possibility to provide some extra credentials for...
### Describe the bug Hi there, I'm having an issue with _workspace_ configuration in my project. Basically, it runs all the tests only when configurations are defined _inline_, while it...
Hi, I need to set the context of the opaque overlay in a project I'm working on, so I think it was useful to have an option that can be...
## Summary ## Changelog [PLATFORM{:PROJECT?}] message ## Test Plan ```sh docker-compose up -d mongodb yarn build yarn test tk:backend [...] ```
This PR adds some steps to the present workflows: - build `tk:backend` docker image on `TkTrEx - Pull Request` workflow - build `yt:backend` docker image on `YTTrEx - Pull Request`...