Markus Unterwaditzer

Results 119 issues of Markus Unterwaditzer

We currently don't test anything from the interactive UI because it's too hard. But it would be interesting what testing would look like. See #94 for a very recent example...

enhancement
contributions welcome
lv: hard
RGSoC

the task list selector in TodoEditor should use the colors of the lists it shows

enhancement
lv: medium

A cool feature would be a daemon that watches all task lists and notifies when a task starts, is due, or on VALARMs. Some further thoughts are posted here: https://github.com/pimutils/meta/issues/8#issuecomment-274928277...

enhancement
lv: hard
RGSoC

* Apparently sqlite has a timestamp type: https://stackoverflow.com/questions/1829872/how-to-read-datetime-back-from-sqlite-as-a-datetime-instead-of-string-in-python * @swati4star [showed](https://github.com/pimutils/todoman/pull/121#discussion_r102547678) that datetimes are automatically converted into timestamps when passed as query param

chore
lv: medium
planning

It would be nice to have a picture or even smaller audio-less demos in the README. Latter could be recorded with http://asciinema.org/

enhancement
contributions welcome
lv: easy

Maybe using this + swipe-to-remove inside the subreddit list view: https://github.com/bauerca/drag-sort-listview

Enhancement

![Screenshot 2022-07-08 at 19 50 03](https://user-images.githubusercontent.com/837573/178052499-60f99aaf-8893-4662-8763-24334af185a3.png) pypi just told me i had to enable 2fa to keep uploading this package. because I thought that was an annoying and entitled move...

Unsure if anybody needs this. I might need this because in one usecase I'm writing _a lot_ of files (to different filenames), and only need a guarantee that a SIGKILL...

https://github.com/untitaker/rust-atomicwrites/issues/2

enhancement

Currently I have code that looks like this: ``` quick_error! { #[derive(Debug)] pub enum ServerError { Io(error: io::Error) { display("{}", error) description(error.description()) cause(error) from() } JsonDecode(error: json::DecoderError) { display("{}", error)...