Dónal McMullan
Dónal McMullan
I looked into implementing a feature for our studio that would allow a user to right-click on a layer and choose "Preview Frames". I couldn't find a way in the...
Thanks Brian.
Not sure how closely it matches your requirements, but https://github.com/sqlboy/fileseq
Hey Brian - is there any documentation or guidance on the admin tasks required to get cuebot to send email?
ActiveDirectory is providing our LDAP service. Thanks for looking at this @GrayAn
Also (maybe): `ldaptor/protocols/pureldap.py` : ```diff 1503c1503 < oid = b'1.3.6.1.4.1.1466.20037' --- > oid = '1.3.6.1.4.1.1466.20037' 1528c1528 < oid = b'1.3.6.1.4.1.1466.20037' --- > oid = '1.3.6.1.4.1.1466.20037' ``` Sorry to just dump...
I hope you won't need to jump through too many hoops - the filterText that I'm using is just: `([email protected])` ...to return the directory info for one user. (I also...
I just tried this again with the dockerized config on another machine and it failed before hitting 6 minutes, so I'm becoming more confident that it's a bug in 0.15.22...
I noticed in earlier tests that when the rqd node is working on the frame, there is no record in the `host_local` table. Is that expected? In the test scenario...