Luca
Luca
Why not use SQLite?
I always use SQLite in my projects, in various languages. It's extremely portable, require just a library to work (in Python, need a pip install sqlite3, and it's ready!) easy...
Hi! I understand. Yesterday I was messing around with BetterTouchTool and I found your Crypto-Touchbar (I'm not into crypto but I was attracted by the colors on the touchbar). For...
Hi @chrislennon! Don't apologize, I appreciate this answer. I have been using this modified version of the template for about a month and I have not had any problems, but...
Hi, I've recently rewritten the library almost from scratch, and fixed this unexpected behavior. This occurred because the old `__MsgDecode` function attempted to extract all the significant information from Telegram's...
Thanks for your reply. The protocol is correct, and I've already tried to use both (just in case). I'll upload here `httpbin.flow.zip` where, instead, I observe a different behaviour: even...
> Is this ruff config supposed to trigger automatically when a commit is made? No, not yet. I can configure a pre-commit-hook to automatically apply formatting in this same PR....
I've added the configuration for the Ruff pre-commit hook. This require to `pre-commit install` to use it. Also, [it's suggested](https://pre-commit.com/) to apply the hook to all file in the repository....
I understand your point of view. The command itself can be documented in the readme and/or in a section for developers, on the other hand it only needs to be...
[This is a guide](https://www.jetbrains.com/help/pycharm/reformat-and-rearrange-code.html#reformat-on-save) to do the "Format on save" trick. And yes, [Ruff seems to be integrated with PyCharm too](https://docs.astral.sh/ruff/editors/setup/#pycharm). This page also link to [the extension for PyCharm](https://plugins.jetbrains.com/plugin/20574-ruff)...