~gabrielgio

Germany

https://gabrielgio.me

Backend developer

Recent activity

[PATCH] themes/sourcehut: fix sourcehut theme 1 year, 4 months ago

From Gabriel A. Giovanini to ~migadu/alps-devel

With the newer version of `go-imap` some properties got renamed and
sourcehut theme stop working.
---
 plugins/base/routes.go        |  6 +++---
 themes/sourcehut/mailbox.html |  6 +++---
 themes/sourcehut/message.html | 10 +++++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/plugins/base/routes.go b/plugins/base/routes.go
index 5176775..31313a2 100644
--- a/plugins/base/routes.go
+++ b/plugins/base/routes.go
@@ -404,7 +404,7 @@ type MessageRenderData struct {
	Part        *IMAPPartNode
[message trimmed]

[PATCH v2] Fix tls configuration input 1 year, 6 months ago

From Gabriel Arakaki Giovanini to ~delthas-alt/senpai-dev

`Sscan` does not parse "yes" or "no" to true or false. So inputting
"yes" yields a false on `tls` variable, leaving the address in the
configuration file with "irc+insecure://".
---
 cmd/senpai/main.go | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/cmd/senpai/main.go b/cmd/senpai/main.go
index 922a58d..ac34831 100644
--- a/cmd/senpai/main.go
+++ b/cmd/senpai/main.go
@@ -61,7 +61,15 @@ func main() {
			if tlsStr == "" {
				break
[message trimmed]

[PATCH v2] Fix tls configuration input 1 year, 6 months ago

From Gabriel Arakaki Giovanini to ~delthas/senpai-dev

`Sscan` does not parse "yes" or "no" to true or false. So inputting
"yes" yields a false on `tls` variable, leaving the address in the
configuration file with "irc+insecure://".
---
 cmd/senpai/main.go | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/cmd/senpai/main.go b/cmd/senpai/main.go
index 922a58d..ac34831 100644
--- a/cmd/senpai/main.go
+++ b/cmd/senpai/main.go
@@ -61,7 +61,15 @@ func main() {
			if tlsStr == "" {
				break
[message trimmed]

[PATCH v1] Fix tls configuration input 1 year, 7 months ago

From Gabriel Arakaki Giovanini to ~delthas-alt/senpai-dev

`Sscan` does not parse "yes" or "no" to true or false. So inputting
"yes" yields a false on `tls` variable, leaving the address in the
configuration file with "irc+insecure://".

The prompt was updated so the user can chose a value that can be
properly parsed.
---
If you wish I can make it parse "yes" or "no".

 cmd/senpai/main.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/senpai/main.go b/cmd/senpai/main.go
index 922a58d..16e3512 100644
[message trimmed]

[PATCH] Allow to overwrite makefile variables 1 year, 7 months ago

From Gabriel Arakaki Giovanini to ~delthas-alt/senpai-dev

This allows user to overwrite make's default value. This is useful if
you want to install it into another folder, like with:

```
PREFIX=$HOME/.local make install
```
---
 Makefile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index a6cbe95..13c9aab 100644
--- a/Makefile
+++ b/Makefile
[message trimmed]

[PATCH v1] Fix tls configuration input 1 year, 7 months ago

From Gabriel Arakaki Giovanini to ~delthas/senpai-dev

`Sscan` does not parse "yes" or "no" to true or false. So inputting
"yes" yields a false on `tls` variable, leaving the address in the
configuration file with "irc+insecure://".

The prompt was updated so the user can chose a value that can be
properly parsed.
---
If you wish I can make it parse "yes" or "no".

 cmd/senpai/main.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/senpai/main.go b/cmd/senpai/main.go
index 922a58d..16e3512 100644
[message trimmed]

[PATCH] Allow to overwrite makefile variables 1 year, 7 months ago

From Gabriel Arakaki Giovanini to ~delthas/senpai-dev

This allows user to overwrite make's default value. This is useful if
you want to install it into another folder, like with:

```
PREFIX=$HOME/.local make install
```
---
 Makefile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index a6cbe95..13c9aab 100644
--- a/Makefile
+++ b/Makefile
[message trimmed]

[PATCH dowork] docs: update doc to reflect current implementation 2 years ago

From Gabriel Arakaki Giovanini to ~sircmpwn/sr.ht-dev

---
 README.md | 2 +-
 doc.go    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2ea6d46..95faf8b 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ task := work.NewTask(func(ctx context.Context) error {
    Retries(5).                   // Maximum number of attempts
    MaxTimeout(10 * time.Minute). // Maximum timeout between attempts
    Within(10 * time.Second).     // Deadline for each attempt
    After(func(ctx context.Context, err error) {
[message trimmed]

[PATCH v2] Demonstrate that I can use git send-email 2 years ago

From Gabriel Arakaki Giovanini to ~sircmpwn/email-test-drive

---
 gabs | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 gabs

diff --git a/gabs b/gabs
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/gabs
@@ -0,0 +1 @@
I have successfully used git send-email!
--
2.36.1
[message trimmed]

[PATCH] Demonstrate that I can use git send-email 2 years ago

From Gabriel Arakaki Giovanini to ~sircmpwn/email-test-drive

---
 gabs | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 gabs

diff --git a/gabs b/gabs
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/gabs
@@ -0,0 +1 @@
I'm about to try git send-email
--
2.36.1
[message trimmed]