Dominik Sander

Results 160 comments of Dominik Sander

It looks like that this is some kind of race condition, with `lock_timeout = 1` we have not seen the error happen again. Not sure if it helps, here is...

We are getting the same results when using a HLS stream. Playback works until you switch to a different audio track. https://www.dropbox.com/s/f604y1rer3dussn/hls.zip?dl=0

Hi @ismena, sharing wasn't the problem CORS is the annoying part 😄 DASH: https://shakadebug.s3.eu-central-1.amazonaws.com/dash/stream.mpd HLS: https://shakadebug.s3.eu-central-1.amazonaws.com/hls/master.m3u8 (we don't normally work with HLS, I am also getting errors on Chrome, but...

@sfischer13 Good to hear that `mini_racer` now works on the PI, we can not merge the PR yet because Debian 7 is still supported by us and does not work...

@catalyst1987 You also need to apply the changes from the `Gemfile.lock`

It's possible that the `Gemfile.lock` still has a syntax error. I updated the branch of my pull request to be ontop of master, you can check it out locally: ```...

This is probably related to GitLab [removing API version 3 support in GitLab 11.0](https://docs.gitlab.com/ee/api/v3_to_v4.html). We were able to fix our setup by changing the API version to `v4` in `PRONTO_GITLAB_API_ENDPOINT`

> Hmm, I think this will allow for recursive interpolation and break Liquid's security model. (by putting a `{% credential %}` tag inside of a credential value) Don't we -...

I agree with you both, even though GitHub/Microsoft could do a similar pivot in the future ghcr seems to be a good option, I have seen multiple projects switching from...

Yeah ... thanks for that i guess ... do we still want to stop pushing to docker hub? If not we should optimize the github actions so that the images...