Dino Hensen
Dino Hensen
## Long story short When I install kopf, I get aiohttp 2.x.x which does not support the ssl kwarg in the aiohttp.TCPConnector constructor. According to the docs this kwarg is...
The binary for macOs is not working (https://github.com/reacherhq/check-if-email-exists/releases/download/v0.8.29/check_if_email_exists-x86_64-apple-darwin.tar.gz) I'm getting: ``` zsh: exec format error: ./check_if_email_exists ``` Note that the size of the tar is also off. It's just 115KB...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug [Docs say that `Event.SERVER_EXCEPTION_REPORT`/`server.exception.report` added in 23.6 get `app` and...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When I copy a blueprint, I get warned about duplicate...
### Describe the bug I can reproduce letting aiomysql return wrong data when I'm ~~using more than one Pool~~ calling pool.acquire multiple times. In the documentation it nowhere warns me...
Because of strict licensing regulations at our company we can not use pyexcel, because chardet has the LGPL license. Upon inspection I see that nowhere the chardet library is imported....
Hi @joeldg, nice project you created! I was wondering if you have a vision about separating the app, webserver and db into separate docker containers? We might be able to...
How do you calculate token count for a python dict?  I'm coming from https://github.com/openai/openai-cookbook/blob/main/examples/How_to_count_tokens_with_tiktoken.ipynb I adopted the code in this notebook and made a function `ensure_messages_fit_limit` that, given my...
Hello, I'm running redshift on arch linux and I want to use it by doing: `systemctl --user enable redshift-gtk` When I reboot and login (GDM+Gnome) redshift is not started. I...
This does not work as expected: ```python @app.main_process_start async def update_server_name(app, loop): some_url = some_reason() if some_url: app.update_config({"SERVER_NAME": some_url}) ``` ## Problem I would have expected my SERVER_NAME update to...