workflowsguy

Results 50 comments of workflowsguy

Here is an override to the original recipe that only adds the key that crashes `SparkleUpdateInfoProvider`. (Had to add a `txt`extension, otherwise GitHub refuses to upload) [CodeRunner2-Override.munki.recipe.txt](https://github.com/autopkg/autopkg/files/13739393/CodeRunner2-Override.munki.recipe.txt)

@macmule > BUT the resulting PkgInfo isn't using the description from the sparkle feed anyways.. is that intentional @workflowsguy? I don't know how and why this part got into the...

@bugwelle, thanks for looking into this. The app version you provided in the link above runs again on macOS 10.13. Cursory testing did not turn up any issues. Cheers!

> Did you install this https://www.qnap.com/de-de/app_center/con_show.php?op=showone&internalName=owncloudv10&version=10.0.10.1&qts=5.0.0&seq=92&os=qts app? Yes. > If yes, were not the maintainers of it. I was not aware of this. The app appeared in the QNAP store...

> Hmm, it doesn't want to execute selenium-manager. What do you get when you run: > > ``` > /Users/guy/Library/Python/3.11/lib/python/site-packages/selenium/webdriver/common/macos/selenium-manager --browser firefox --output json > ``` This is the output...

> https://www.selenium.dev/documentation/webdriver/browsers/firefox/#service Yes, but I did not land on that page, but on another one with a code example that just used `chromedriver`...

> Hmm, weird that it didn't want to execute selenium manager the first time, but it worked manually. > > For the sake of determining if there is a bug...

> Maybe something went bad in the specific install? Can you try using the nightly release? (@diemol can you link to the instructions on how to use nightly packages, I...

> @workflowsguy can you please share output of the following command? (hopefully it works on MacOS) > > ``` > ldd /path/to/selenium-manager > ``` There is no `ldd` command in...

> [1] [selenium-manager-macos](https://github.com/SeleniumHQ/selenium/actions/runs/9268094975/artifacts/1543833261) : Compiled using Rust 1.77.2. This gives the same error as I originally reported > [2] [selenium-manager-macos](https://github.com/SeleniumHQ/selenium/actions/runs/9268172398/artifacts/1543862106) : Compiled using Rust 1.77.2 and `MACOSX_DEPLOYMENT_TARGET=10.12` env. This works!