DavidFelsen
DavidFelsen
Thanks for following up on this. I tried using [aiolimiter](https://github.com/mjpieters/aiolimiter) but it just does not seem to work as well. Ultimately a mix of @deckar01 (fixed logic) and @evemorgen (asyncio...
I might be using it wrong but it managed to fail the two toy examples I ran ... ```python3 import asyncio from datetime import datetime from time import perf_counter from...
The average rate becomes 5/sec but that is not what I expect: I would like my requests to go through as quickly as possible as long as there is 'capacity'...
Same problem here. Not sure if I did it wrong but I tried @LunarWatcher 's fork and had the same issue: when adding a quote right before the first letter...
Fixed - Indeed the variable wasn't defined so I was still on jiangmiao's version. I had sourced vim.init (i'm on neovim), ran vimplug to clean the old plugin, saved &...
I believe apprise is using the [legacy markdown](https://core.telegram.org/bots/api#markdown-style), ie parse_mode=Markdown instead of parse_mode=MarkdownV2 which allows more options in terms of styling. For example underlining, strikethrough, spoiler, and combining styles (via...
Thanks - but is there a way to get this list only when one of the parties of the trade is a given pubkey?
> I made a test program that embeds LibreHardwareMonitorLib. I can add the same functionality to Beszel if it works for everyone. > https://static.beszel.dev/discussions/829/get_temps.exe (2.9 MB) Works for me too:...
> [@DavidFelsen](https://github.com/DavidFelsen) Thanks, I updated it to check for sensors in subhardware. Maybe it will show the other temps now. Assuming you updated the file at the [same location](https://static.beszel.dev/discussions/829/get_temps.exe), it's...