gioisco
gioisco
I attempted to utilize this branch and encountered the following error: ``` reloading python 3.3 plugin move_tab Traceback (most recent call last): File "/opt/sublime_text/Lib/python33/sublime_plugin.py", line 308, in reload_plugin m =...
I'm working on it. I'll fork this project and make a pull request. Stay tuned :)
> @gioisco since 166 has been merged, is this issue still relevant? Yes, this pull request aims to address the last point of issue #123, which is to provide database...
I updated the documentation to reflect the latest changes in the database. I also refined several comments to better highlight areas that may require review. This PR is no longer...
@napitek there are no more merge conflicts in the pull request and I also fixed the Dart format warning.
> Hi @gioisco , The PR looks good! I just noticed that the commits were made using a local Git configuration instead of your GitHub account, so they won’t be...
I tried to update my [database-doc](https://github.com/gioisco/sossoldi/tree/database-doc) branch by rebasing it onto the latest `main` at commit acc9792, but the issue is still there 😢 Here is the run of the...
Hi @nvllz , I haven’t been able to reproduce the bug. Over the past few days, the app has consistently tracked my steps, even when I walked around midnight. The...
If a user needs the items to be rearranged, there should be a general preference flag for that. The rearrangement should probably be disabled by default, since it's a predictive...
To analyze the pros and cons, I tried implementing `share_plus` in my branch: https://github.com/gioisco/sossoldi/tree/share-plus For testing purpose, I also added a switch to test both the current file-saving method and...