Jan Lukas Gernert

Results 17 issues of Jan Lukas Gernert

Just like #124: It would be nice if the chat was also inside a revealer. When the chat is docked it should slide out of the side. Undocked the chat...

ui
user suggestion

Running official docker image version `2.0.28` Some feeds offer an "Attachment" / "Enclosure" ![Screenshot from 2021-02-28 15-03-36](https://user-images.githubusercontent.com/12012494/109421191-9aae2b80-79d6-11eb-8de7-6c9e4a780dce.png) But the Json of the same article states it doesn't have any enclosures:...

improvements

**Describe the bug** At least with the `CanvasBackend` the drawing of the axis seems to be off a little. Some lines of the axis don't quite connect. Some overlap which...

bug

The `CanvasBackend` seems to only draw the graph in the size of the logical pixels. This makes the resulting image blurry on HiDPI monitors. I noticed the back end is...

feature request

- fix some basic warnings like `try!()` -> `?` - parse the encoding whatwg label - convert text in `XmlEvent::Characters` to `utf-8` if a different encoding was detected Basic idea...

When a ItemsRepeater is inside a Viewbox the list of shown items doesn't take the Viewbox transformation into account (or at least not correctly). Not all of the items are...

bug

I'm trying to port an existing C# application that talks to scales to rust. I went all in on async and tokio so I thought this crate would be a...

### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak-builder/issues) for a bug that matches...

Currently tags are just an array of strings attached to an article. - They have no id. - There is no way to create a new tag without assigning it...

enhancement

The ids of feeds & entries is i64 while categories are inconsistent. Sometimes its a string and other times i64. I feel like categories should also have an i64 id...

enhancement