ravenblackdusk

Results 5 issues of ravenblackdusk

I want to share a `memoized` `val` between different `Spek`s, since the `memoized` `val` is an `org.testcontainers` `DockerComposeContainer` which takes several minutes to be evaluated. But none of the `CachingMode`s...

status: triage

#### Environment - OS: 5.10.7-3-MANJARO GNU/Linux - Erlang/OTP: ? - EMQ: ? #### Description this is the docker compose file i'm using: ``` emqx: restart: unless-stopped logging: options: max-size: 1m...

I have installed matrix using the [ansible playbook](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-bridge-mx-puppet-skype.md) and everything is working fine. except I have a problem with 'mx_puppet_skype'. when i send the message: `link [email protected] my-password` to the...

**Describe the bug** Proxy videos doesn't work **To Reproduce** Steps to reproduce the behavior: 1. Set my private server 2. Enable proxy videos 3. try to play a video 4....

bug

Apparently in jdk17 some locales have changed and java forcefully converts the old locales to the new ISO, which make my tests fail. As a workaround I'm doing `Arb.locale().filterNot {...

enhancement ✨