DarkWingMcQuack
DarkWingMcQuack
It would be nice if the monero node could make use of the `--tx-proxy`and `--anonymous-inbound` flags in combination with the already provided tor service
Is there a possibility to stream submissions without login credentials? Since I dont want to post and only want to stream submissions of a subreddit, which should be doable via...
It would be quite useful to have a timestamp in the comment struct which represents a timestamp when the comment was created. Currently there is no information about when the...
Would be nice to have a trait `Formatable`, which makes the type usable with C++20 std::format.
Is it possible to get a replies for a given tweet id? It would be awesome if it is possible to specify a `count` parameter for the number of replies.
can this library also delete mails from inboxes? If not, is it planed to support this via IMAP?
Is there a way to use this library with C++20 coroutines? Would be nice to just write ```cpp auto [res, ec] = co_await api.account_info(); if(!ec) { std::cout