DarkWingMcQuack

Results 10 issues of 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

enhancement

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?

question

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

Hey, i have a workflow which looks like this: ```yml name: Cache Fuzzing on: push: branches: - master pull_request: jobs: user-cache-fuzzing: runs-on: ubuntu-latest services: redis: image: redis:latest ports: - 6379:6379...

in my config i use elpaca with the use-package macro. if i install eldoc-box with ```elisp (use-package eldoc-box :general (my-leader :states 'normal "d" 'eldoc-box-help-at-point)) ``` everything works as usual. but...

I get a lot of warnings: `⛔ Warning (lsp-mode): Unknown request method: workspace/inlayHint/refresh` when using this mode with `lsp-mode` i am using elpaca with use-package. this is my setup: ```elisp...