NYC
From Logan Kirkland to ~sircmpwn/sr.ht-discuss
Anybody else getting slow load times on the website and 500/502 server errors? I checked the status page but it claims that everything (except chat) is operating normally. Logan -- Logan Kirkland logan@logankirk.land
From Logan Kirkland to ~logankirkland/cvs-coupons
The script should be working again. Improvements: - Added a nice looking progress bar. Bugfixes: - #3: Element click intercepted when sending coupon to account [1] - #4: Survey modal sometimes appears and blocks clicks [2] Updates: - #1: Sign in button not recognized [3]: The new CVS sign in flow uses a one time password instead of just entering your birthday. This can't really be automated, so I removed all the sign in automation. [1] https://todo.sr.ht/~logankirkland/cvs-coupons/3 [2] https://todo.sr.ht/~logankirkland/cvs-coupons/4
From Logan Kirkland to ~xenrox/hut-dev
The URL for the manpage should use the master branch rather than the permalink. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d637b17..acd3244 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A CLI tool for [sr.ht]. ## Usage [message trimmed]
From Logan Kirkland to ~xenrox/hut-dev
On 28 Jun 2024, at 22:23, Matěj Cepl wrote: > On Sat Jun 29, 2024 at 1:59 AM CEST, Logan Kirkland wrote: >> [sr.ht]: https://sr.ht/~sircmpwn/sourcehut/ >> +[man page]: https://git.sr.ht/~xenrox/hut/tree/b3889785649228b6f6ae008eb75c63fab8889952/item/doc/hut.1.scd > > This cannot be right, we should use symbolic name (is it > `master`?) instead of one particular commit here. Thanks, you’re right. I was mistaken about what the “permalink” feature does. I’ll send in an updated patch. Logan
From Logan Kirkland to ~xenrox/hut-dev
A simple patch to make the documentation in the manpage easier to access from the repo homepage. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d637b17..0baf6ee 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A CLI tool for [sr.ht]. ## Usage [message trimmed]
From Logan Kirkland to ~sircmpwn/email-test-drive
Testing adding my own comments. --- log | 1 + 1 file changed, 1 insertion(+) create mode 100644 log diff --git a/log b/log new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/log @@ -0,0 +1 @@ I'm about to try git send-email[message trimmed]
From Logan Kirkland to ~sircmpwn/sr.ht-discuss
On 28 Jun 2024, at 18:44, Monti wrote:
> Personally, I don't see the need for a search function for man.sr.ht as I find it very readable, but maybe that's just me
I certainly agree that the documentation for the Sourcehut services is well-written and easy to read. But, because the manuals are multi-page and there is no top-level page tree that shows all subpages (recursively), it means that you must click through a series of page links to get to nested pages.
Because the Sourcehut docs are well-written, I have only occasionally found it difficult to get where I needed to go. But I can imagine it being quite difficult to find information in documentation where less consideration is given to the page structure.
I think you intended to send to the list so I’m CCing it back in; apologies if this wasn’t the intention.
Logan
From Logan Kirkland to ~sircmpwn/sr.ht-discuss
Hello, It seems that when I manually resubmit a build by clicking the “Resubmit build” or “Edit & resubmit” buttons on the build page, it does not get linked to the associated repo. For example, when I look at the builds list for ~logankirkland/roboreader[1], the manually resubmitted build[2] does not show up. This makes it more difficult to quickly review the builds associated with a repo, and it also erroneously causes the embedded build badge to show “failed” even if a manually resubmitted build succeeded. I compared the build manifest in both cases and it was exactly the same. Let me know if I’m missing something. [1] https://builds.sr.ht/~logankirkland/roboreader [2] https://builds.sr.ht/~logankirkland/job/1262581 Thanks, Logan
From Logan Kirkland to ~sircmpwn/sr.ht-discuss
@~sircmpwn: Following up here—can I consider this bug confirmed? Thanks! Logan
From Logan Kirkland to ~sircmpwn/sr.ht-discuss
Hello, Is it possible to search man.sr.ht pages? If so, how? If not, is it on the roadmap? I checked the todo page but didn’t see anything. I think this would be a very valuable feature. Thanks, Logan -- Logan Kirkland logan@logankirk.land