Migrations #16
PranavU-Coder
announced in
Announcements
Replies: 1 comment
-
|
gonna make docs changes and use CodeRabbit for the first time to do code-reviews for me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Shifting from pip to uv as new python package manager since uv is a native-rust written package manager and has great parallel download routines and replicable project typesettings due its initialization of pyproject.toml and a lock file.
We are going to enforce ruff which was made by the same team who made uv (Astral) for code-formatting (best practices: PEP8).
A lot of code-breaking changes took place over the last few days, a lot of micro-optimizations ( overkill for a discord bot tbh :p ) with LRU-cache implementations and saving image files as buffers for loading from RAM instead and for transport layer, using Discord's CDNs to ensure the response is almost instantaneous.
using regex to no longer enforce comma separator on users
I think almost all code-changes that concern with the discord-bot has been taken care of, maybe a couple of more unit/integration tests and maybe a common database server which has user-records but not anything more at this point.
I will return to making significant changes to the actual model since right now it is just a statistical validator more than anything.
Beta Was this translation helpful? Give feedback.
All reactions