Jan Lukas Gernert

Results 9 comments of Jan Lukas Gernert

What was the reason you wrote it in C in the first place? And why are you now thinking about rewriting in vala? Don't get me wrong, I'm all for...

Well, if you're planing to rewrite the code sooner or later in vala, then better do it sooner than later :) I pretty much share your opinion about vala (I...

@bilelmoussaoui Any idea why the circleci build fails?

Just wanted to mention the cmake files ^^ As `default` we should imo straight up port the current default theme and just strip out all the color variants

Code seems fine and worked flawlessly for me. The only thing missing is to have the 2 themes on the same quality level as the current themes. Otherwise it will...

These are the settings used by NewsFlash: ``` let mut builder = ClientBuilder::new() .user_agent("Mozilla/5.0 (X11; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0") .use_native_tls() .trust_dns(true) .gzip(true) .brotli(true) .timeout(Duration::from_secs(60)) .danger_accept_invalid_certs(settings.read().get_accept_invalid_certs()) .danger_accept_invalid_hostnames(settings.read().get_accept_invalid_hostnames()); ``` the two...

@timunie thanks, ItemsControl works as expected. I always use ItemsRepeater out of habit. > [ItemsControl](https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.itemscontrol) and ItemsRepeater both enable customizable collection experiences, but ItemsRepeater supports virtualizing UI layouts, while ItemsControl...

Using [`Get Entry`](https://miniflux.app/docs/api.html#endpoint-get-entry) instead of [`Get Entries`](https://miniflux.app/docs/api.html#endpoint-get-entries) works fine for me: ``` { "id": 206138, "user_id": 1, "feed_id": 39, "status": "read", "hash": "4da9fe4f0283984033725b53e374871ba07007161f7a968751122cd9bb5e20a1", "title": "Schalke 04 stellt Trainer Christian Gross...

Just updated the config with #994 However the content was mostly there already. Only the images were missing for me.