Akinori Musha

Results 124 comments of Akinori Musha

You shouldn't. Just as instructed as follows, without `parse_body` enabled the payload is a raw text. > If the parse_body option is set to true and the content type of...

I created a test endpoint that accepts a POST request and returns a JSON body, and a PostAgent with the following options successfully created an event with a JSON object...

Sorry for the trouble. This should be fixed shortly. https://github.com/huginn/huginn/pull/3417

Sure! You can edit Wiki, and ask for feedback if you need to.

I think publish_tweet() should be skipped when dry-running.

That is a normal run and can be accomplished with ManualEventAgent. We use the term dry-run as "to run an agent without causing any side effect."

A shell command can of course do anything, so it could be just fetch some data or do destructive things, so in the latter case maybe not. My take on...

ImapFolderAgent is one of the earliest agents that implemented dry-run, and it does not mark mails as read when in dry-run mode. I wrote the dry-run feature with the --dry-run/-n...

I'm contacting with the maintainer of the io-console library, and can I ask exactly on what version of Windows you are seeing the problem of STDIN.noecho not working?

I think the problem is about mingw32/mswin and Cygwin and MSYS2 are not affected because they provide a Unix-compatible TTY emulation.