From Eyal Sawady to ~sircmpwn/sr.ht-dev
--- mansrht/templates/content.html | 4 ++-- mansrht/templates/create.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mansrht/templates/content.html b/mansrht/templates/content.html index ac3459c..ceb42e7 100644 --- a/mansrht/templates/content.html +++ b/mansrht/templates/content.html @@ -1,9 +1,9 @@ {% extends "man.html" %} {% block title %} {% if title %} <title>{{ title }} - man.sr.ht</title>[message trimmed]
From Eyal Sawady to ~sircmpwn/public-inbox
It didn't make it through the redesign and was missed by my previous post re-adding patch --- content/blog/Status-update-December-2019.md | 83 +++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 content/blog/Status-update-December-2019.md diff --git a/content/blog/Status-update-December-2019.md b/content/blog/Status-update-December-2019.md new file mode 100644 index 0000000..535d5ea --- /dev/null +++ b/content/blog/Status-update-December-2019.md @@ -0,0 +1,83 @@ ---[message trimmed]
From Eyal Sawady to ~martijnbraam/public-inbox
Thanks! To git@git.sr.ht:~martijnbraam/among-sus ef438e1..a663003 master -> master Pushed with a minor fix (changing i's type to size_t)
From Eyal Sawady to ~martijnbraam/public-inbox
On Sun Jan 17, 2021 at 3:41 PM EST, ~wenngle wrote: > From: wenngle <wenngle@disroot.org> > > --- > main.c | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/main.c b/main.c > index 9a25284..83dc7b1 100644 > --- a/main.c > +++ b/main.c > @@ -1273,6 +1273,13 @@ handle_input(int fd) > write(fd, buf, strlen(buf)); > return 0;
From Eyal Sawady to ~sircmpwn/aerc
--- v1 -> v2: Add a comment explaining the +1 widgets/compose.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/widgets/compose.go b/widgets/compose.go index 6e2cdf3..965ab30 100644 --- a/widgets/compose.go +++ b/widgets/compose.go @@ -774,9 +774,9 @@ func (he *headerEditor) setValue(val string) { } func (he *headerEditor) Draw(ctx *ui.Context) { normalized := textproto.CanonicalMIMEHeaderKey(he.name)[message trimmed]
From Eyal Sawady to ~sircmpwn/aerc
--- Before: https://p.d2evs.net/4040343151.png After: https://p.d2evs.net/1991388899.png The latter is more consistent with the styling of the message viewer: https://p.d2evs.net/1087558366.png widgets/compose.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/widgets/compose.go b/widgets/compose.go index 6e2cdf3..577e50e 100644 --- a/widgets/compose.go +++ b/widgets/compose.go @@ -774,9 +774,8 @@ func (he *headerEditor) setValue(val string) { [message trimmed]
From Eyal Sawady to ~sircmpwn/gmni-devel
On Wed Jan 6, 2021 at 2:59 PM EST, Giuseppe Lumia wrote: > Unfortunately we can't be 100% sure since this will work everywhere Yes we can, by casting `expires` to intmax_t as I suggested. > I like to think that every other sane unix system uses the largest int > type it has for `time_t`. Pre-1.2.0 musl on 32-bit arches has 32-bit time_t and 64-bit intmax_t.
From Eyal Sawady to ~sircmpwn/gmni-devel
On Wed Jan 6, 2021 at 5:39 AM EST, Giuseppe Lumia wrote:
> I can't think of other simpler solutions
fprintf("%s, %s, %jd\n", servername, "SHA-512", fingerprint, (intmax_t)expires);
From Eyal Sawady to ~sircmpwn/alpine-aports
In the future, please use reply-all when responding to emails on a
mailing list. I'm not subscribed to ~alpine/aports and didn't see your
response.
On Fri Dec 25, 2020 at 6:55 PM EST, maxice8 wrote:
> Please open the merge request at our GitLab instance
NACK. If you want to review my patch, do so on the mailing list.
From Eyal Sawady to ~sircmpwn/aerc
--- widgets/dirlist.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/dirlist.go b/widgets/dirlist.go index 5711fe4..75a3297 100644 --- a/widgets/dirlist.go +++ b/widgets/dirlist.go @@ -235,7 +235,7 @@ func (dirlist *DirectoryList) Draw(ctx *ui.Context) { break } style := tcell.StyleDefault style := dirlist.UiConfig().GetStyle(config.STYLE_DIRLIST_DEFAULT)[message trimmed]