I work with MBOA.dev on stuff like JMP.chat and co-host the Linux Lads and Linux Dev Time podcasts.
From Amolith to ~amolith/public-inbox
Applied and deployed, thanks! :) https://lists.sr.ht/~amolith/public-inbox/%3C20240614153114.938780-1-hi@taavi.wtf%3E
From Amolith to ~singpolyma/dev
Tapping the option currently just sends emits a debug log line --- src/cheogram/res/drawable/schedule_message.xml | 10 ++++++++++ .../siacs/conversations/ui/ConversationFragment.java | 7 +++++++ src/main/res/menu/fragment_conversation.xml | 4 ++++ src/main/res/values/strings.xml | 1 + 4 files changed, 22 insertions(+) create mode 100644 src/cheogram/res/drawable/schedule_message.xml diff --git a/src/cheogram/res/drawable/schedule_message.xml b/src/cheogram/res/drawable/schedule_message.xml new file mode 100644 index 000000000..48b9bec65 --- /dev/null +++ b/src/cheogram/res/drawable/schedule_message.xml [message trimmed]
From Amolith to ~singpolyma/dev
--- bin/test_snikket_launch | 137 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100755 bin/test_snikket_launch diff --git a/bin/test_snikket_launch b/bin/test_snikket_launch new file mode 100755 index 0000000..9f696c9 --- /dev/null @@ -0,0 +1,137 @@ #!/usr/bin/env ruby # frozen_string_literal: true [message trimmed]
From Amolith to ~singpolyma/dev
--- forms/{snikket_id.rb => snikket_delete.rb} | 0 forms/snikket_stop.rb | 9 ++++++++ lib/snikket.rb | 25 ++++++++++++++++++++++ sgx_jmp.rb | 25 +++++++++++++++++++++- 4 files changed, 58 insertions(+), 1 deletion(-) rename forms/{snikket_id.rb => snikket_delete.rb} (100%) create mode 100644 forms/snikket_stop.rb diff --git a/forms/snikket_id.rb b/forms/snikket_delete.rb similarity index 100% rename from forms/snikket_id.rb rename to forms/snikket_delete.rb diff --git a/forms/snikket_stop.rb b/forms/snikket_stop.rb [message trimmed]
From Amolith to ~sircmpwn/sr.ht-discuss
There's also an issue already open to add support for SourceHut, though it doesn't look like it made much progress. https://github.com/MichaelMure/git-bug/issues/1024
From Amolith to ~sircmpwn/sr.ht-discuss
I would very much like to see support for git-bug as well, though I don't have any particular thoughts on UX implementation. I love the idea of directly including issues in the repo, and I think doing so makes a lot of sense when encouraging distributed collaboration; anyone who clones the repo automatically has the issues and related discussions offline rather than having to obtain them separately and import them to their mail client (lists.sr.ht) or constantly refer back to the web UI (todo.sr.ht). Very much a +1 from me.
From Amolith to ~singpolyma/dev
--- forms/snikket_id.rb | 9 +++++++++ sgx_jmp.rb | 23 +++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 forms/snikket_id.rb diff --git a/forms/snikket_id.rb b/forms/snikket_id.rb new file mode 100644 index 0000000..5e3f623 --- /dev/null +++ b/forms/snikket_id.rb @@ -0,0 +1,9 @@ form! title "DELETE Snikket Instance"[message trimmed]
From Amolith to ~amolith/public-inbox
Applied and pushed, thanks! :)
From Amolith to ~whereswaldon/watt-wise-devel
--- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c70b494..a483449 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,12 @@ You can also directly pipe sensor data to the GUI: sudo ./watt-wiser-sensors | ./watt-wiser ``` ### Installation from distro repositories [message trimmed]
From Amolith to ~sircmpwn/sr.ht-discuss
> For cases like this, I have https://wireskip.com/ set up. Has worked > quite well so far. That looks really cool, I might have to set that up for myself. Thank you for mentioning it! :)