Saeed Rasooli

Results 22 issues of Saeed Rasooli

CoreOS (aka Container Linux) was discontinued in 2020. https://cloud.redhat.com/learn/topics/coreos You may want to remove it from the list. Or at least mention that it's discontinued. More info: https://en.wikipedia.org/wiki/Container_Linux

Fix warnings: ``` Gtk-WARNING **: 11:48:31.445: Theme parsing error: softwarecenter.css:49:29: The style property GtkButton:inner-border is deprecated and shouldn't be used anymore. It will be removed in a future version Gtk-WARNING...

- [x] This PR will only change `data.json`. - [x] This PR will add *only one* repo.

Please add an option to countdown timer to enable timeout or auto-dismiss interval. For example if set to 10 seconds, the alarm will dismiss after 10 seconds from activating without...

feature request

Let's say I just ran the program and the cursor is on first line, then I press Page Down several times and it scrolls down some pages, but it doesn't...

Right now I think difftastic treats Python's [f-string](https://docs.python.org/3/reference/lexical_analysis.html#f-strings) as a normal string. But it would be much nicer if it detected `{EXPR}` expressions inside it and treated them as normal...

Currently, with a git config like this ``` [alias] showext = show --ext-diff [diff] external = difft --tab-width=4 [pager] difftool = true ``` I am able to use `difftastic` with...

So I'm working on `ls` module. But I realized there is something really wrong about `epoch` and `epoch_utc` in the whole project. ``` The `epoch` calculated timestamp field is naive....