Jimisola Laursen
Jimisola Laursen
Ok. That makes sense. Is there a way to not have two different builds have the same id? The distance in commits from the tag will cause issues in pipelines...
> > One challenge we have with Maven Tiles is that plugin configurations for the same plugin will overwrite each other. How is this handled with mixins? > > They...
@gnodet Is there pre-build of Maven 4.1 somewhere that can be used to test Maven Mixins? When do you think it is likely that 4.1 will be released?
Any progress on this matter?
> I have tested it and it was giving the error I pasted above. Ok. I read the [thread](https://community.jitsi.org/t/openssl-conflict-with-libevent-openssl-added-by-jitsi-meet-turnserver/136725/9) but it is, sadly, outside our team's knowledge. We currently don't...
> > window.location.href = `/${room}?jwt=${idToken}`; > > I think this should be instead using the jwt in the hash not the query parameter: window.location.href = `` ` ``/${room}#jwt="${idToken}"`` ` ``;...
@em-ex Thanks. That worked! Happy leave with a win :)
We have the same issue and realize now that we need to find another solution. Although the configuration is under https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker/#advanced-configuration it would be nice if there is an admonition...
Ok? But [PEP440](https://peps.python.org/pep-0440/) and https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers still allows for major.minor.patch. Is it configurable somehow? It's not a big issue for as this only happens before there is a tag in the...