Paul Tiedtke
Paul Tiedtke
Currently it's impossible to match a string with line breaks because `convertLineBreaks` replaces all of them with `` tags which causes the matcher to get get a splitted string. e.g....
I found out a problem with a scenario when two matchers are conflicting. One example is when I'm matching for underscores and the UrlMatcher is matching for URLs which can...
We are using a SaaS tool to manage our translations but if one translation has changed we want to call a webhook of next.js to invalidate the old translation and...
Right now we are implementing a search field in our frontend but we noticed that it's not possible to have case insensitive queries. So everything you are typing in our...
**Describe the bug** The problem is that I cannot disconnect relations when I try to use e.g. `updateManyUsers` because all values with relations are missing in `UserUpdateManyMutationInput`. Everything works fine...
For security reason our cluster is configured to run the docker container with random UIDs. When I use this image everything breaks because of many permission problems. It starts with...
## Description I got some problems with missing types & had to fixed them by defining them by myself. I think an easier solution would be to genereate them automatically...
@saghul Why is this variable called COLIBRI if it also enables the healthcheck endpoint (see [docs](https://github.com/jitsi/jitsi-videobridge/blob/master/doc/rest.md))? https://github.com/jitsi/docker-jitsi-meet/blob/6cf017619ec7c4c4ec11ab78a5cfec679bf897f1/jvb/rootfs/defaults/jvb.conf#L39
In the "Default value" column of the env var table the values are not correct or in some cases even just example values. I think we should fix the default...
It would be great if this project could support TypeScript. One solution can be to just provide types but easier and better would be to convert the entire project to...