Sebastien Castiel
Sebastien Castiel
Hi! As a beginner with Reason and Reason-React, I found it interesting as an exercise to add a basic error handling to this example app :)
My ultimate need is to be able to set a maximum upload file size. After looking for the best way to do it, it looks like it is possible using...
Hi, thank you for this plugin it’s truly awesome! The issue is with relative `src` attributes for images. If I have this: ```html ``` With this in 11ty config: ```js...
Since #63, users can attach images to expenses, but they can be stored only on S3. If someone has the need to store images somewhere else (locally, on an FTP...
The expense list can be slow when displaying several hundreds of transactions. It would make sense to paginate transactions, i.e. either: 1. Display the first X transactions by default, and...
Now that each expense can be assigned a category, it would be cool to add a new tab for groups to display a chart of total amount by category. Ideally,...
Since #63 it is possible to attach images to expenses. Might be interested to attach other kind of documents (PDF, doc, video…). Uploading the file is not a problem (you...
Hi! In my company we use contexts widely, and for most of them we expect them to be mounted in the root store (if not, we want things to crash...
https://github.com/user-attachments/assets/c3c2a069-92e8-4284-9bcf-0cd2fa2ca0b7 I've been working on a mobile app for Spliit, and I think it's getting close to be ready for the first release! The first version is going to work...