Results 10 comments of Daren

it doesn't work. ```groovy.lang.MissingPropertyException: No such property: author for class: com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMRevision```

i created a PR that fixes the context menu, which also includes a back and forward menu item

@rmaes4 this may interest you

i would love to see this PR merged. Is there anything major stopping it? Also it seems as though the touch bar isn't working at all on my 2019 16"...

i actually pulled this repo and made the changes (the files that needed changing were very similar to how they were when the PR was created) on the master branch....

I actually just got the touchbar working! i wrapped the array of touchbar controls at `touchbar.js:48` with `{items:[ .. array of touch bar controls .. ] }`

Hi @koenoe and @MarshallOfSound , I'm trying to add this to [Soundcleod](https://github.com/salomvary/soundcleod) but getting `SyntaxError: Cannot use import statement outside a module` errors. Do I need to use your fork...

They're broken again in 113

same issue i'm afraid. I changed the manageOracle.sh script where the `fast_recovery_area` dir is created to this: ```bash ls -l /u03/app/ ls -l ${RECO} mkdir -p "${RECO}/fast_recovery_area/${ORACLE_SID}" || error "Could...

rookie error on my part. I had the trailing slash in my compose file (look at the volumes) because i copied/pasted your docker command in the readme and pasted it...