kivdev

Results 3 issues of kivdev

import keyboard keyboard.add_hotkey("ctrl+shift+a", callback=lambda:print(1)) input() While it is .py, it works fine, but after I build it in .exe, it does not respond to key presses.

I encountered an issue with log rotation when using Uvicorn and Taskiq. I decided to investigate the problem and discovered incorrect logic in the library (in my opinion). OS: Linux...

question

### Specifications * Client Version: 1.46.0 * InfluxDB Version: 1.8.10 * Platform: Debian (docker) ### Code sample to reproduce problem ```python async with InfluxDBClientAsync(url="http://localhost:8086", token="my-token", org="my-org") as client: # Stream...

bug