Andrea Peltrin
Andrea Peltrin
Currently Coldsweat does very little to format feed entries. It optionally parses entries looking for images and links having blacklisted domains and removes it and nothing more. This yields to...
It would be nice to track comments to a given entry and display those in the detail view. This feature should be off by default, since it creates a significant...
Current way of grouping entries with different publishing dates lead to lots of fragmentation for older entries. Also, it is not precise enough: sometimes you see posts slip into the...
Several queries spawn quite a lot of subqueries due to the way they are constructed. The obvious ones in fever.py are: - get_feeds, see feed.icon.id - get_feed_groups, see s.feed.id The...
### Remove expired sessions See reference session implementation in https://pypi.python.org/pypi/wsgistate/ ### Use a log in decorator to access certain views Add something like @login_required to views
Currently we have a sloppy way to figure out if a border or shadow style is specified: * Shadow: check if `blur` or `size` values are /= 0 * Border:...
This is how the image and text should be rendered: https://ellie-app.com/hPLZ2WjjH6Wa1 Instead we get this:  This is caused by the paragraph (not the image)...
Currently isn't possible to drop a _background_ image into an element, because this will create a new image node. Hence you have to specify the image URL in the background...
Add a media library to the UI so user can see and select again every document image. We can add a "Media" tab right where the element library currently is...
Elm Designer still uses Parcel 1 for development and build phases. ## Parcel 2 As today I have tried unsuccessfully to switch to Parcel 2 (see the `parcel2` branch). While...