blag
blag
I'm having a hard time reconstructing what you are doing. Can you post a snapshot of everything you have right now? Attempting to reconstruct what's going on... ```json "extra": {...
Can you post the YAML metadata file for your sensor?
Should be closed with [c590deffdc11a325352c0c04a4d2635f9e3325c4](https://github.com/StackStorm/st2chatops/commit/c590deffdc11a325352c0c04a4d2635f9e3325c4), but I've only tested on Ubuntu 16.04 so far.
You are welcome to either redact field values (use your best judgment on that) and post it here or you can DM me via our [Slack community](https://stackstorm-community.slack.com) (I'm also blag...
Okay, so since the data being passed to `chatops.post_message` is a string, it appears that that is not the cause of the issue. The issue is farther back in the...
@Sphinxs You seem to be closing all of your issues, even though they are still valid and not resolved. Please keep them open so we can track what still needs...
If I understand this correctly, this is still an issue, since we don't explain `python_versions` anywhere in our documentation, we only mention it. We should probably keep this issue open...
There are examples of overriding parameters in the next section down: https://docs.stackstorm.com/actions.html#overriding-runner-parameters None of those override `env` specifically though. Some examples of that might help.
One way to have documentation across multiple versions is the [Django documentation](https://http://docs.djangoproject.com). Browsing to `docs.djangoproject.com` redirects you to the current latest stable docs (which is 2.1 as of this comment):...
This PR extends the work done in #748.