Results 3 comments of Peter Henry

This is likely because redshift is being started by an enabled systemd unit file. To confirm, run the following: ``` systemctl list-unit-files --user ``` and check to see whether `redshift-gtk.service`...

hi @dannyroosevelt ! I'm one of @tomngo 's team members. Tried out the new FranConnect app and haven't been able to connect an account to it yet. We've created two...

no problem @dannyroosevelt - here's a curl command that gets an access token for me: ```bash curl --location 'https://auth.franconnectuat.net/userauth/oauth/token?X-TenantID=developers.franconnectdemo.net' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Basic {REDACTED}' \ --data-urlencode...