slurdge
slurdge
It shouldn't be hard to replace BigBuf with an embeded allocator: https://github.com/dimonomid/umm_malloc The only missing bit is requesting the biggest chunk of free memory, which is easy to implement (for...
This is blocking doegox/proxmark-internal#247. Right now, various functions are using the "address" of BigBuf as a magic variable to pass around data. Clearly this is prone to error and cannot...
The webdav provider provides validation for all its fields, which is a good thing. However the URL validation regular expression is a bit too narrow as it won't allow to...
1. A more 'news like' template 2. A template for pictures series
This feature would grab all the titles and create a TOC at the beginning of the mail. It would need CSS for `` items in templates.
Feeds are often only including an URL or summary. With existing filters, it's possible to cleanly grab the content of the article, however it would also be good to have...
This is issue can be worked on for Hacktoberfest. Difficulty: ⭐ Time needed: A few hours Right now, the project needs more documentation, especially with the filters. Steps: - Experiment...
There are a few places where the text could be i18n
Right now the email default template is embedded within the application, but people wanting to customize it have to get to the source code. It would be useful to get...