Joel Kitching

Results 10 comments of Joel Kitching

I was getting the same error due to the `detect.roboflow.com` API returning slightly different error messages than those being checked in `infer.sh`, which I've fixed in PR https://github.com/roboflow/video-inference/pull/4. Might be...

Hi @jkubos, I'm maintaining a fork here https://github.com/jkitching/soft-brightness-plus which supports GNOME 44. You can get the latest release here: https://github.com/jkitching/soft-brightness-plus/releases/tag/v33 An entry on extensions.gnome.org is forthcoming, pending review.

@pedrokwerle Please note if you are using Soft Brightness Plus with support for latest GNOME versions, head over to https://github.com/jkitching/soft-brightness-plus to report/discuss the bug there. Thanks! =)

I have created a pull request with GNOME 43 support here: https://github.com/F-i-f/soft-brightness/pull/59 In the meantime, feel free to clone the forked repository and follow the build instructions: https://github.com/jkitching/soft-brightness

Hi @F-i-f, I saw you made some commits a couple days ago. Any chance you could take a look at pull request #59 for GNOME 43 support?

@newinnov here's a build of Soft Brightness which includes GNOME 43 support in the meantime. [soft-brightness_gnome-43-support.zip](https://github.com/F-i-f/soft-brightness/files/10330435/soft-brightness_gnome-43-support.zip)

Hey @F-i-f, since there is still demand for a working version of your excellent extension, I am going to start making releases on the forked repo, and submit an entry...

I didn't realize the issues tab had to be explicitly enabled (: I've added it, thanks! On Thu, Apr 20, 2023, 08:44 Azzam S.A ***@***.***> wrote: > @jkitching IMHO, the...

Here's my solution for the moment: **gpsoauth_login.Dockerfile** ``` bash FROM alpine:3.16 RUN apk upgrade --update-cache --available && \ apk add python3 py3-pip && \ pip install gpsoauth 'urllib3

@Cris70 I can't seem to reproduce on my end... it still happily hands me a valid token. Are you using 2FA? Perhaps you need to set up an App Password...