rjp
rjp
I don’t think I quite follow - this is a different example with the pendigits data, not a tweaking of the semeion data.
I've got a fix for this - needs some cleaning up and digging out all the places where `id==int64` has been assumed. But I can talk to Pleroma and GotoSocial...
This is fixed by https://github.com/McKael/madon/pull/10 but there's still an OAuth issue with *oma instances that I'm working on.
Fixed in #9 but pending merge
I've done this but it needs some cleaning up and digging out all the places where it's been assumed that an id == `int64`. There's actually another required part re:...
I've had a look at this - moved the current `print_*` functions to a class `Output` and made an `OutputJSON` subclass that overrides anything non-console-y (basically everything but `print_out` and...
I've got JSON output with multiple objects but they're not one-per-line - gron currently only handles the first of these objects. I do have a hacky/sketchy patch for stream mode...
Although I have just noticed (by browsing some old issues) that you can just do `madonctl -i blah oauth2` and enter the code in a single flow. Which definitely works.
Working through some of these. Created a macro for the coloured blocks which seems to work (from some testing in the Rust playground), assuming this is ok? ``` macro_rules! coloured_block...