Andi Empett
Andi Empett
so i think there is an undocumented permissions thing you need to use in your workflow to get it ``` permissions: id-token: write contents: read ``` try that
when i try this pull request out, i find that mongos1_1 fails to start up with the error ``` ... ...failed Permission denied for socket: /tmp/mongodb-27017.sock ...Failed to set up...
after some investigation with the API. I found its not yet possible to tag a snapshot. see https://docs.digitalocean.com/reference/api/api-reference/#operation/tags_assign_resource `snapshot` isn't a valid `resource_type`. sorry, this wasn't very clear. looks pretty...
Hi @sgript take a look at your `describe-task-definition` run command step again. you need to make sure its a valid task definition as the raw aws-cli will output the task...
this would do it: ``` if mp.manual: mp.setTitle("Recovered - " + mp.getTitle()) ``` but now ive found an exception in when saving manual mp's :laughing: ... typical! i'll investigate further...
Yeah this is probably a discussion. We would have to be clear what is stored where I think the mediapackage should stay on disk and pretty much everything else should...
Yeah so to be clear, keeping the config file would be sensible I was thinking about data like extra metadata or parameters that we pass contextually to opencast. A good...
i can confirm gst 1.10+ and possibly newer kernels fix this (also fix random muted audio bug)
i can confirm this card works well with the below config driver 1.1.1.268 kernel 4.10 gstreamer 10.4 /etc/modprobe.d/rgb200.sample.conf edit the below to expose both video inputs options rgb200 rgb133_expose_inputs=1 profile:...
I'm not sure that modifying the variable in the `RecorderService` class directly is the best way to do this. i'd suggest having a method in the class that does this...