Wil Gieseler

Results 121 comments of Wil Gieseler

The extremely long random URLs do provide a high level of security with a (probably overkill) 256 byte / 512 character / ~2000 bits of entropy secret. If there are...

Yes, this is true. The label function of the slack table formatter needs to account for this: https://github.com/looker/lookerbot/blob/9216a4e7360b222ec7f1c5e23dbf4334d27574f8/src/repliers/slack_table_formatter.ts#L112-L124

Hmm... I haven't heard of this. The bot is supposed to exit if the slack connection terminates, so I don't know why the process would stay running. Are you using...

Definitely sounds like the realtime API is shutting down. It should be exiting in that case though. Looks like this needs some investigation.

I am pretty sure it’s a problem talking to Slack but unfortunately I just am not sure how to debug it off the top of my head and I haven’t...

Please reopen if this still happens under 0.0.14.

I'm seeing this internally – the bot continues responding to Slash commands but goes offline. Slack RTM is disconnecting somehow.

There is `/health_check`, but I think the issue is the process stays up but only the real-time websocket closes or stops listening. The bot should restart itself if it _closes_...

Looking into this one!

Filter expressions for dates should work, but only one filter is supported. Looks to me that the filter syntax `5 days user123` is being interpreted as a date filter and...