From Cowington Post to ~sircmpwn/himitsu-devel
This prevents hitotp from crashing when it's given a lowercase secret. --- cmd/hitotp/main.ha | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/hitotp/main.ha b/cmd/hitotp/main.ha index f3a5198..2a21368 100644 --- a/cmd/hitotp/main.ha +++ b/cmd/hitotp/main.ha @@ -1,3 +1,4 @@ use ascii; use dirs; use encoding::base32; use fmt; [message trimmed]
From Cowington Post to ~ghost08/photon
I tried installing some drivers and ocl-icd but what ended up working was following the instructions here [1]. Before I made that change, I tried other software which uses opencl which all hangs so this is probably an archlinux thing and not related to Photon. [1]: https://forum.manjaro.org/t/clinfo-and-codes-using-opencl-hangs-forever-after-last-update/138541
From Cowington Post to ~ghost08/photon
I have tried running photon on multiple arch linux systems using both the AUR package and compiling from source. It works just fine on both ubuntu and alpine linux. When I try and open it, it does not do anything and it just hangs until I close it. I redirected stdout to a file and nothing gets printed. I have tried feeds both with and without images with the same outcome. I debugged it with dlv and it seems to hang on imgproc/clir_linux.go line 33 which is a call to the C init function.
From Cowington Post to ~delthas/senpai-dev
This will change the title of the terminal window to senpai when running on a supported terminal. --- cmd/senpai/main.go | 17 +++++++++++++++++ go.mod | 1 + go.sum | 4 ++++ 3 files changed, 22 insertions(+) diff --git a/cmd/senpai/main.go b/cmd/senpai/main.go index 6434182..9a7e85e 100644 --- a/cmd/senpai/main.go +++ b/cmd/senpai/main.go @@ -1,6 +1,7 @@ package main [message trimmed]
From Cowington Post to ~delthas-alt/senpai-dev
This will change the title of the terminal window to senpai when running on a supported terminal. --- cmd/senpai/main.go | 17 +++++++++++++++++ go.mod | 1 + go.sum | 4 ++++ 3 files changed, 22 insertions(+) diff --git a/cmd/senpai/main.go b/cmd/senpai/main.go index 6434182..9a7e85e 100644 --- a/cmd/senpai/main.go +++ b/cmd/senpai/main.go @@ -1,6 +1,7 @@ package main [message trimmed]
From Cowington Post to ~ghost08/photon
Before this, the rss feed title is used on the card but rss feeds sometimes have an author field on an entry, so if that exists, we use that instead. --- card.go | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/card.go b/card.go index 7a94ca7..92ed47b 100644 --- a/card.go +++ b/card.go @@ -76,7 +76,28 @@ func (c *Card) Draw(ctx Context, s tcell.Screen, sixelScreen *imgproc.SixelScree } } [message trimmed]
From Cowington Post to ~sircmpwn/email-test-drive
--- cowington-post | 1 + 1 file changed, 1 insertion(+) create mode 100644 cowington-post diff --git a/cowington-post b/cowington-post new file mode 100644 index 0000000..66cb3d4 --- /dev/null +++ b/cowington-post @@ -0,0 +1 @@ -- 2.39.2 I have successfully used git send-email![message trimmed]
From Cowington Post to ~sircmpwn/email-test-drive
--- cowington-post | 1 + 1 file changed, 1 insertion(+) create mode 100644 cowington-post diff --git a/cowington-post b/cowington-post new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/cowington-post @@ -0,0 +1 @@ -- 2.39.2 I'm about to try git send-email[message trimmed]