Matthijs Vos
Matthijs Vos
This PR adds a new command to goto a certain grid position, without cycling through the different dimensions. For example if you want to have a screen on the left...
Hi all, I am not a big expert in Sepa so maybe the following is a stupid question. Our contract with the bank has a limited amount of money that...
Currently there is a configuration for notifications via Slack, however there is not slack implementation within the project. This pull requests adds a slack connector, based on the msteams connector....
We are using ember-simple-auth for quite some time combined with doorkeeper for the authentication in our rails API. Now doorkeeper recently changed some things and now we are required to...
Currently the IoC values are allowing everything as value. However, it might be good to check that they match the value of the selected type. This PR implements this by...
In #129 I made the Celery Host configurable, however it was still limited to rabbitmq only. This PR changes it to use a full broker url, which allows to use...
Hi all, We are running buildkite with this docker-compose plugin for a while now and really like it. However we have an issue with disk space all the time. After...
### Describe the bug When I use the sections `input`, `modules` and `outputs`, and the `modules` section is empty it still renders two empty lines. ### How can we reproduce...
**Describe the bug** New IOC accepts all input, even when it does not match the type **To Reproduce** Steps to reproduce the behavior: 1. Go to a case 2. Create...
**Describe the bug** If you create a IoC in case A, later on create the same IoC in Case B and then update the IoC in case B, it results...