~liliace

https://liliace.dev

that was my first patch. please be gentle

~liliace/public-inbox

Last active 21 days ago
View more

Recent activity

[PATCH] fix zig-v0.11 breaking changes 19 days ago

From Coco Liliace to ~renerocksai/aercbook

---
 README.md    |  6 +++---
 build.zig    | 25 +++++++++++++++----------
 src/args.zig |  6 +++---
 src/main.zig | 14 +++++++-------
 4 files changed, 28 insertions(+), 23 deletions(-)

diff --git a/README.md b/README.md
index 8d0b6da..407aee5 100644
--- a/README.md
+++ b/README.md
@@ -261,7 +261,7 @@ suggested as completion.
# Building it

[message trimmed]

Re: release request 5 months ago

From Coco Liliace to ~ghost08/photon

On Wed Mar 29, 2023 at 12:30 PM EDT, Vladimír Magyar wrote:
> Version v1.0.0 released :)

Thank you! It is published now :)
https://pkgs.alpinelinux.org/packages?name=photon*

Coco

release request 6 months ago

From Coco Liliace to ~ghost08/photon

Hello,

Thank you for the project. I like it so much I would like to put it on
Alpine Linux's package repository. On Alpine, they usually ask the
package to have a release instead of cloning a random git commit
version. Can you please make a release of photon? Then I can help put it
into an APKBUILD file for alpine and maintain it :)

Coco

Fwd: Re: aercbook build 6 months ago

From Coco Liliace to ~renerocksai/aercbook

On Wed Mar 8, 2023 at 4:55 PM EST, Coco Liliace wrote:
> On Wed Dec 28, 2022 at 7:55 AM EST, Rene Schallner wrote:
> > I just pushed the `zig-0.10` branch which is a tiny back-port of
> > `zig-master` for the latest "stable" release of zig: zig-0.10. I
> > downloaded the binary zig-0.10 and verified that it works.
>
> Thank you for the work! Can you also make it into a new release please?
> I'm trying to publish this on the Alpine Linux package repository
> (aports), and the request just got rejected for not using an actual
> release:
>
> https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/44920#note_295168

Just wanted to update that a new release is no longer necessary, as I

Re: Code Span Rendering on man.sr.ht 6 months ago

From Coco Liliace to ~sircmpwn/sr.ht-discuss

I'm in support of this idea as well. For those who need this feature as
a reader, you can probably find a browser extension that lets you write
custom css for specified sites. For example, on Firefox, there is
Stylus^[0]. The css below works pretty well for me:

```css
code {
  background: #eee;
  border-radius: 3px;
  padding: 1px 3px;
}
```

However, as a writer, I hope we can still update this, since I cannot

Re: aercbook build 6 months ago

From Coco Liliace to ~renerocksai/aercbook

On Wed Dec 28, 2022 at 7:55 AM EST, Rene Schallner wrote:
> I just pushed the `zig-0.10` branch which is a tiny back-port of
> `zig-master` for the latest "stable" release of zig: zig-0.10. I
> downloaded the binary zig-0.10 and verified that it works.

Thank you for the work! Can you also make it into a new release please?
I'm trying to publish this on the Alpine Linux package repository
(aports), and the request just got rejected for not using an actual
release:

https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/44920#note_295168

Coco

Re: How is Mime-Version set? 6 months ago

From Coco Liliace to ~rjarry/aerc-devel

On Sat Feb 25, 2023 at 10:51 PM EST, Coco Liliace wrote:
> I'd like to try submitting a patch for this, though it may take some
> time as I'm still learning Go :)

The go-message developer suggested leaving it as is and fixing it from
the email provider's side. So I will not submit a patch for this after
all. Sorry for the troubles and thanks again for tracking this down.

https://github.com/emersion/go-message/issues/165#issuecomment-1445388235

Coco

Re: How is Mime-Version set? 6 months ago

From Coco Liliace to ~rjarry/aerc-devel

On Sat Feb 25, 2023 at 10:11 AM EST, Tim Culverhouse wrote:
> This converts 'MIME-Version' to 'Mime-Version'. It would be difficult to fix
> this in go-message, because it's using the call to
> textproto.CanonicalMIMEHeaderKey in a lot of places, but a wrapper around it
> is probably best, and then replace all the internal calls to textproto to the
> wrapper.

Thank you for tracking this down and providing a helpful starting point!
I'd like to try submitting a patch for this, though it may take some
time as I'm still learning Go :)

Coco

How is Mime-Version set? 6 months ago

From Coco Liliace to ~rjarry/aerc-devel

Hello,

The pattern `Mime-Version` only appears in the tests. I'm new to Go and
am wondering where and which module we're using to set this attribute.
I'd like to know so I can propose the upstream to change the casing to
`MIME-Version`, following the RFC1341 convention.

This is important because some email providers automatically change the
casing to the RFC1341 convention, which compromises the integrity of GPG
signatures since MIME-Version is signed with the rest of the email body.

Thank you,
Coco

[PATCH] testing/queercat: new aport 7 months ago

From Coco Liliace to ~sircmpwn/alpine-aports

https://github.com/Elsa002/queercat
A version of lolcat with options for some lgbtq+ flags
---
 testing/queercat/APKBUILD | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 testing/queercat/APKBUILD

diff --git a/testing/queercat/APKBUILD b/testing/queercat/APKBUILD
new file mode 100644
index 00000000..f9cfbd0d
--- /dev/null
+++ b/testing/queercat/APKBUILD
@@ -0,0 +1,27 @@
# Contributor: Coco Liliace <chloe@liliace.dev>
[message trimmed]