Travis Glenn Hansen

Results 837 comments of Travis Glenn Hansen

This regex check worked great for me.. ``` {{/* Craft url taking into account the TLS settings of the server */}} {{- define "graylog.formatUrl" -}} {{- $env := index ....

LOL that's a 5 year old oversight! https://github.com/democratic-csi/democratic-csi/commit/104a4d5bce0571c259e5626a307d43a97a6421b3 If you could give it a try with the `next` branch images (will take them an hour or so to build with...

As an FYI, there's nothing overly special about those options, you could just as easily use the `datasetProperties` block as a passthrough.

Released in `v1.9.0`

I am using `wlr-randr` to rotate the screen later via a control channel to the device, but it is not automated.

@nicholaskillin thanks for reporting! I never documented all the required scopes since it seemed most people were using `bot` tokens. My guess is the token you're using simply doesn't have...

Yeah give me a day or two to gather the current API calls up (just wrapped up a major life event so I'm fairly preoccupied currently). Also consider the integration...

You can add them all and see if it works generally yeah. If that fails then it doesn't make much sense to keep going. If it does work then awesome,...

I make the `users.identity` web call which looks like it requires `identity.basic`. Add that and restart node red and see what you get.

Here are some crude notes of what's used for basic connection: ``` user scopes rtm.connect - no scope require conversations.list - channels:read groups:read im:read mpim:read users.list - users:read bots.info -...