kiblik

Results 18 comments of kiblik

> @kiblik this is a great PR, are we okay to move out of draft? @devGregA, thank you for the feedback but implementation is not ready. Some parts are missing...

@devGregA, @Maffooch, this PR is ready.

This is solution which works for me (one Firefox, multiple profiles) ```js browser: ({ urlString }) => ({ name: "Firefox", args: ["-P", "nameOfWorkProfile", `${urlString}`], }), ```

> ~I added translations since the initial state of this branch is so old. However there are massive changes in the en django.po file. I'm happy to revert those changes...

This can be closed because it was merged in https://github.com/DefectDojo/django-DefectDojo/pull/7471

Hi there, I wanted to add Spotube to Homebrew: https://github.com/Homebrew/homebrew-cask/pull/145688 Unfortunately, the [audit doesn't pass](https://github.com/Homebrew/homebrew-cask/actions/runs/4779742814/jobs/8497022869?pr=145688) because of a missing signature. Is it possible to fix it? ``` audit for spotube:...

> Spotube macos is certainly missing signing. I'm unable to do that as it requirese access to XCode to generate certificates for the app I have no experience with MacOS...

> And I can't issue a certificate without mac :'( I might help in this step :) I will look at it