gioisco
gioisco
I installed drill with `pip install drillsrs` My first command was `drill-srs --help` and I recieved some errors ``` [giovanni@giovanni ~]$ drill-srs --help /home/giovanni/.local/lib/python3.10/site-packages/drillsrs/db.py:95: SAWarning: implicitly coercing SELECT object to...
I enabled Gnome 41 support, by edit metadata.json, in my Fedora Linux 35 (Workstation Edition). When I open settings of Dynamic Panel Transparency in Extensions application: ...
Add a new preferences menu for editing key bindings in the MoveTab plugin. The menu includes a dedicated section for managing key bindings, enhancing user customization options.  If this...
### Summary This pull request addresses deprecation warnings related to the use of Flutter's Gradle plugins. Specifically, it updates the Gradle configuration files to replace the imperative `apply` script method...
In my fork of the 'sossoldi' repository, I activated GitHub Pages following the [the sossoldi guide](https://rip-comm.github.io/sossoldi/doc-guide.html) several months ago. Recently, I created new pages for the sossoldi documentation, but I...
## Description I have created new documentation for the database schema as part of the efforts to address issue #123. This documentation is based on draft PR #167 and provides...
This pull request addresses a bug where active bank accounts with only recurring transactions were being excluded from the query results. ### Changes: - Corrected the SQL query to ensure...
**Summary:** Refactored the `AddAccount` screen layout to resolve scrolling issues. **Changes:** - Replaced `Stack` with `Column` to streamline vertical arrangement. - Wrapped the `SingleChildScrollView` component with `Expanded`. - Ensured the...
## 🎯 Description Removes unused code that creates the `'sossoldi_exports'` directory during CSV generation. The `exportToCSV()` method generates and returns the CSV string, but does not use the created folder....
## 🎯 Description When creating a new category, the category type dropdown is preselected based on the transaction type (income or expense). Closes: #390 ## 📱 Changes - [x] Import...