Andrea Peltrin

Results 41 issues of 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...

bluesky

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...

bluesky

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...

enhancement

### 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:...

enhancement
schema change

This is how the image and text should be rendered: https://ellie-app.com/hPLZ2WjjH6Wa1 Instead we get this: ![Schermata 2022-06-20 alle 12 22 43](https://user-images.githubusercontent.com/56371/174581932-be0dd885-6c96-4759-8a9b-ec8e1cb1b824.png) This is caused by the paragraph (not the image)...

bug

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...

enhancement

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...

enhancement

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...

enhancement
good first issue