8go

Results 185 comments of 8go

Anyone out there who has a Mac and is willing to contribute a PR? If someone provides a contribution with the adjustments to make it work on Mac, I'd be...

If one tries to add the same valid alias twice it returns "success" but with error "[409 Conflict]". So, the same problem there. It should report an error `RoomPutAliasError` and...

Similar bug in `room_delete_alias()`. If you give it an invalid alias (an alias that does not exist), it returns `RoomDeleteAliasResponse` (Success) even though it failed with `[404 Not Found]`.

Hi @opk12 and @HoboDev Thank you for your valuable input. You make valid points. I also see that there are several issues, all somewhat related. Let me think a bit...

I want to centralize all JSON-related, event-data, raw-data, output-format etc. discussion in one place, here in Issue #92. Hence I closed Issue #95.

@HoboDev , @opk12 Please check out the new release and the `--output` feature, currently implemented for `--joined-members` and `--joined-rooms`. Test it and give feedback. Is that what you expected? Can...

@HoboDev wrote this in Issue #94 > I have started a basic implementation of --output-json to get JSON on stdout, so I don't have to deconstruct the message lines. You...

A question I have: `--joined-members "*"` in text mode produces multiple lines as output, one line for each room. In JSON, should that be - 1 line with 1 JSON...

@opk12 thanks for the input and feedback. Anyone else, any more feedback?

Option 1 , currently implemented, output is 1 line with 1 JSON array (with N objects in it) ``` matrix-commander --joined-members "\!rrr:xxx.sytes.net" "\!sss:xxx.xxx.xxx" --output rAW | jq [ { "members":...