Alec Joy
Alec Joy
@zahardev Just FYI this is still the case in 2.6.1, think we just need to define a font color for the dark mode player here
Also experiencing issues on Gnome 42, Ubuntu 22.04 for me. The dock is there, I can see it if I hit the super key, but I can't get it to...
@kaedroho Here I am, a month after your post, trying to figure out how to do just this with Google Cloud Run Jobs lol. Currently trying to create a custom...
Late to the party here but I can say that I am working with an app that uses this SDK for application login and also has a protected API we...
Still having this issue. Files updated on my local file system are not updating in the container.
Throwing my voice into the void here, same issue, spot checking ENV VAR changes gets really hard when you have more than a handful of them.
Having the same or at least a similar issue, have the following config ```yaml resource "okta_authenticator" "kolide_device_trust" { name = "Device Trust" key = "external_idp" status = "ACTIVE" provider_json =...
I am also getting this error when trying to use runjob, I followed a link from an issue that was last updated in Novemeber with the same problem so I...
I will also switch to the REST transport and see if I am running into something similar with run job, fwiw this is my code ``` def start_job_if_non_started(sender, **kwargs): client...
_sigh_ sorry for wasting your time y'all, my problem ended up being a simple typo. `location` instead of `locations` in the job name. I did miss that because of the...