The Doctor

Results 345 comments of The Doctor

@dsander Yes, I do. And yes, I tried that. That was why I was trying to turn off certificate verification entirely (because the Huginn installs that connect over a Nebula...

I'm thinking that maybe a Jitsimeet meeting and some screensharing will be needed to figure this out.

Sure. E-mail me. What I propose is this: If you have a test instance someplace that needs outbound mail, I can add the domain to my mail server as a...

Twitter hosed their API services but good recently. It's anybody's guess if we'll be able to get access again.

How many of the approved PRs can be merged? That would seem like a reasonable place to start.

@dsander Maybe we should take a weekend to go through the open tickets and close out the discussions.

The only thing I got to work was the Jq Agent. It would be something like this: ``` { "filter": "[ .content | fromjson ]" } ```

I never did figure out how to get the K/VS Agent to work. I do, however, recognize the problem you're seeing now: You're getting serialized JSON and not "real" JSON....

I did read it. You have to de-serialize the JSON (all of the `\"` stuff) before Csv Agent can work with it. I ran into the same problem with one...