Sanpi

Results 93 comments of Sanpi

Ok, it’s probably a good idea to require php `>=7.0` before merging my PR.

The inbox is for unclassified tasks (ie without project). I designed this project for weekly reviews, I continue using `todo.sh` for daily use. In the project view, you can press...

I close this issue, feel free to reopen it if the inbox behavior is not clear.

I can easily satisfy everyone by adding a preference to show/hide tasks with project in the inbox.

If your point is only about tasks order, it’s fixed in the new release 1.4.2.

I fixed the initial issue by removing `MessageFormat="HTMLNick"`. The `` characters in `RemoteNickFormat` cause invalid html.

Is there a workaround for this issue?

A minimalist example to reproduce this bug: ```rust use gtk::GtkWindowExt; use relm::Widget; #[relm_derive::widget] impl Widget for Win { fn model() -> String { "#189".to_string() } fn update(&mut self, _: ())...

It works, it doesn't fix my real problem, but it's a good start :smiley:

> Err, is your real problem related to `relm`? > If so, what is it? I don’t know. The bugs appeared with the latest version. The first one is due...