Paolo Galeone
Paolo Galeone
We have some tests, but we don't run them in the CI. A TravisCI or something new like GitHub actions must be implemented. NOTE: some tests require third-party services to...
Another very common database used server-side is MariaDB/MySQL. Similar to the [PostgreSQL](https://github.com/galeone/bacup/blob/main/src/services/postgresql.rs) type, this new type must implement the `Service` trait and only depend on the system commands for doing...
The support for Google Cloud storage is nice to have. The new type should implement the `Uploader` trait and behave similarly to [AWSBucket](https://github.com/galeone/bacup/blob/main/src/remotes/aws.rs).
Currently, the code is not well documented, any kind of documentation is gold.
Hi! I'm trying to integrate libvips inside a project that already has lots of the dependencies that libvips also has. Moreover, I'm only interested in integrating the pdf import feature....
Right now there's no way to unregister a channel/group. The registration flow is completely handled by the `try_register` call in the `registration_flow` (https://github.com/galeone/raf/blob/main/src/telegram/handlers.rs#L1041) when a message is forwarded from a...
The current RAG implementation is limited and more than often provides wrong answers. It works in this way: ## Data Preparation The structured data is converted into a report. The...
Related to https://github.com/galeone/fitbit/issues/1 Not having that client API implemented, here we don't have the structs and the storage for storing them.
Being designed to fetch data from a single day, when we are fetching multiple days (think about a year or more!) we are executing AT LEAST `N * k` queries,...
Lack of data (likely) or other reasons, the custom-trained model always returns 45.