Jeena Paradies
Jeena Paradies
I had a syntax error in my code: ```rust let login: gtk::Dialog = gtk::Dialog::new_with_buttons(Some("Login"), Some(&widget), gtk::DialogFlags::MODAL | g tk::DialogFlags::DESTROY_WITH_PARENT | gtk::DialogFlags::USE_HEADER_BAR, &[cancel_button, login_button]); ``` And when using GNOME Builder my...
It would be nice if you used $XDG_DATA_HOME as the directory where to save the data which you now save in $HOME/.xcv Here is a write up of the problems...
It would be cool if one could test his/her own webmentions implementation.
To be able to change a avatar the URL field needs to be exposed but changing the URL alone is difficult. This patch adds a image upload field to the...
I can see the avatar in the UI but I can't change it. It would be nice to be able to do that, even if for starters it would only...
auto_complete_result() does at the end content_tag("ul", items.uniq) and items is just a array. That way I get <ul>["<li>foo</li>","<li>bar</li>"]</ul> where it should be <ul><li>foo</li><li>bar</li></ul>. I added content_tag("ul", items.uniq.join("") but wonder why...
## Background Without a example of how to use the Pipeliner library it's impossible for anyone to use it. Sadly the README links to a non existent example https://github.com/Daimler/pipeliner-depot as...
## Background Without an example of how to use Pipeliner it's impossible to use it for anyone. In the README you link to https://github.com/Daimler/pipeliner-depot but it's not available, we get...
Wouldn't it be a good idea to run UpdateArticles() on startup so you get the newest stuff at the beginning, without waiting for the cron? I've been using it only...