Benny Powers activity https://gitlab.com/bennyp 2026-01-20T10:26:57Z tag:gitlab.com,2026-01-20:5012617526 Benny Powers commented on issue #122 at Schmiddi on Mobile / Railway 2026-01-20T10:26:57Z bennyp Benny Powers

Israel Rail's homepage is at https://www.rail.co.il/

The Israel National Public Transit Authority publishes a page on "real time updates" (in hebrew only) at https://www.gov.il/he/pages/real_time_information_siri with links to GTFS tables, realtime alerts, etc.

tag:gitlab.com,2025-02-27:4060847000 Benny Powers pushed to project branch master at Benny Powers / Kupat Givat HaMivtar 2025-02-27T09:41:24Z bennyp Benny Powers

Benny Powers (89ee0403) at 27 Feb 09:41

chore: fork rate limiter

tag:gitlab.com,2025-02-27:4060686913 Benny Powers pushed to project branch master at Benny Powers / Kupat Givat HaMivtar 2025-02-27T08:55:28Z bennyp Benny Powers

Benny Powers (e7e7c1c7) at 27 Feb 08:55

chore: patch functions deps

tag:gitlab.com,2025-02-27:4060650102 Benny Powers pushed to project branch master at Benny Powers / Kupat Givat HaMivtar 2025-02-27T08:43:38Z bennyp Benny Powers

Benny Powers (c96bd56c) at 27 Feb 08:43

chore: update dependencies

tag:gitlab.com,2025-02-06:4007494553 Benny Powers opened issue #353: Light and Dark mode backgrounds at Renewed Tab / renewedtab 2025-02-06T09:05:15Z bennyp Benny Powers

Please consider adding dual light/dark mode backgrounds. In other words, if this feature request is implemented, the Background panel in settings would have two "Choose a file" buttons, one for the default/light background and another for the dark background. The backgrounds would switch depending on the OS dark mode state via prefers-color-scheme.

tag:gitlab.com,2024-12-16:3896247635 Benny Powers pushed to project branch master at Benny Powers / Kupat Givat HaMivtar 2024-12-16T12:49:27Z bennyp Benny Powers

Benny Powers (36046dde) at 16 Dec 12:49

fix: donation form ui

tag:gitlab.com,2024-08-12:3564148319 Benny Powers commented on issue #691 at news-flash / news_flash_gtk 2024-08-12T10:35:13Z bennyp Benny Powers

I'm happy for the opportunity to help you to understand the benefit: in many applications which display a live-updated feed of posts, indeed in some of those most widely used feed-based applications in the world, the behaviour is as I described. This means that right off the bat, some subset of users will be looking for an option like this. Now, asides from those users - who expect this feature based on established UI conventions in modern computer news feeds - there are others who would want to activate it for a particular purpose: for example, a news dashboard which scrolls the headlines. In fact, the stock ticker came into wide use around 1870, so this ui convention predates our discussion by a century and a half.

regarding the complexity, surely, there is one function which updates the list when the automatic refresh delivers results. I propose adding one (1) conditional to check the option value, and (1) call to scroll_to. is that too much complexity to provide a feature which has been a conventional feature of news tickers for 150 years?

tag:gitlab.com,2024-08-12:3563889582 Benny Powers commented on issue #691 at news-flash / news_flash_gtk 2024-08-12T09:13:37Z bennyp Benny Powers

how about an option for users, just like there's an option for sort order, refresh interval, etc?

tag:gitlab.com,2024-08-12:3563378677 Benny Powers opened issue #691: When feed is automatically refreshed, newest articlces should appear on top at news-flash / news_flash_gtk 2024-08-12T05:31:36Z bennyp Benny Powers

What is the fundamental goal that this feature will enable? Observing the news feed as it updates without requiring the user to manually interact with it. This is important for applications like kiosk dashboards, where user interaction is impossible, unexpected, or rare. It's also important for users who wish to concentrate on other applications, but still wish to see their feed updating as articles come in.

Why are the tools Newsflash provides right now not enough to accomplish this goal? Newsflash does not scroll to new content when it updates (if sorting newest first, newsflash does not scroll to top; if sorting oldest first, newsflash does not scroll to bottom)

Provide a detailed description of a solution to the problem (please keep the bigger picture in mind and don't just focus on your exact work-flow): Each time newsflash adds new articles to the feed - whether via automatic (timed) updates or via manual updates (button click or keyboard shortcut), the feed should be automatically scrolled such that the newest article added to the feed is visible in the feed list.

tag:gitlab.com,2024-03-15:3228884244 Benny Powers pushed to project branch master at Benny Powers / Kupat Givat HaMivtar 2024-03-15T10:57:39Z bennyp Benny Powers

Benny Powers (6bd48d85) at 15 Mar 10:57

fix: donate form styles

... and 4 more commits

tag:gitlab.com,2024-03-10:3215524012 Benny Powers pushed to project branch master at Benny Powers / Kupat Givat HaMivtar 2024-03-10T07:43:46Z bennyp Benny Powers

Benny Powers (e0294bbc) at 10 Mar 07:43

chore: disable debug token in production