fkusei
fkusei
When an item is fixed, bundlewrap will show the pre-fix and post-fix sdict to the user. If the item fails, the user will only get a list of all commands...
We use `bw apply` in our CI to automatically apply some bundles on a commit to master. Since we're using `-o bundle:foobar`, `bw apply` will output a "skipped" line for...
It would be nice if the user list could be provisioned from a connected LDAP instance. This would allow Admins to have a calendar link generated automatically when a new...
### Problem and impact fa3a2510e43ccb1a45a2d500035a5b9b2460ce6d fixed speaker arrival displays. It would be nice if we could filter the list depending on whether speakers have arrived or not. ### Proposed solution...
https://github.com/clvLabs/PyATEMMax/blob/master/PyATEMMax/ATEMProtocolEnums.py#L222 misses 1080p30, which is a supported format according to my ATEM control software:
Especially relevant if we have multiple credit cards stored with a similar name, and the user gets told 'use credit card -0815'. Maybe this needs to be a configuration option...
Feels like we should have that when implementing #758, so we atleast have some idea what the secret is about. I have decided to not include the "to decrypt" text...
In https://github.com/crs-tools/tracker/blob/a1757f52f0fbcc925d7e75622e1adacba9877acf/src/Application/Controller/Import.php#L457-L462 we have support for the "Authentication" header. Most newer applications use the "Authorization" header instead. The tracker should also have support for that header.
When using `repr()`: ``` TransportException("SSH transport error while running 'true' on '10.22.33.53': ssh: connect to host 10.22.33.53 port 22: No route to host\r\n") ``` bundlewrap should strip trailing/heading newlines from...
Let's say you have multiple hooks that each have `def test()` or `def test_node()` in them. Currently, the only way to mark `bw test` as failed is to raise an...