Michael Schmitt

Results 20 comments of Michael Schmitt

@fabiomcosta Disabling Surfingkeys by default for certain sites is already possible. I believe you're looking for `settings.blocklistPattern` (which takes a Javascript Regex). Example: ``` settings.blocklistPattern = /.*stadia\\.google\\.com.*/" ``` Note that...

Just ran across this. "requisites not found" is a really non-obvious error to use for a simple "you _required_ a file that said there's nothing to do" case. Tracking down...

Is there anything that can be done to un-block this?

`Any field can be set to - to indicate that the data was unknown or unavailable, or that the field was not applicable to this request.` - https://docs.aws.amazon.com/AmazonS3/latest/userguide/LogFormat.html Apparently not....

Makes sense, and you're right. _sigh_. Especially annoyed by this datatype stuff b/c even in the [official examples like this](https://aws.amazon.com/premiumsupport/knowledge-center/analyze-logs-athena/) they just CAST a turnaround_time to an INT in the...

I think the "solution" to this problem is to skip using this version entirely and try out the "beta" replacement. It's working flawlessly for me. https://www.yubico.com/products/yubico-authenticator/yubico-authenticator-desktop-beta/

Yes, the function of `--enable-feature=memory-snapshot-on-shutdown` is to snapshot the active memory Prometheus had when you shut it down. It dumps this snapshot to disk as an m-mapped structure. It still...

@wardellc , it looks like there are merge conflicts now. Mind fixing those and maybe @ncabatoff can merge this? I got caught by this after a reboot just like everyone...

so.. since https://github.com/slackapi/hubot-slack/pull/565 has been merged, what's still to do here..?