~stacyharper

Cyber Space, sometime in France

https://willowbarraco.fr

Willow Barraco, a french trans lesbian lover.

I write code, freelance and hireable.

If you like what I an doing, please consider supporting it

https://liberapay.com/StacyHarper https://donate.missbanal.net

~stacyharper/fossbill-discuss

Last active 1 year, 7 months ago

~stacyharper/fossbill-devel

Last active 2 years ago

~stacyharper/fossbill-announce

Last active 2 years ago

~stacyharper/bonsai-discuss

Last active 2 years ago

~stacyharper/public-inbox

Last active 2 years ago

~stacyharper/bonsai-devel

Last active 2 years ago

~stacyharper/bonsai-announce

Last active 2 years ago

~stacyharper/cogitatis

Last active 3 years ago
View more

Recent activity

Re: [PATCH sxmo-utils v2 4/4] sxmo_init.sh: added i3 settings. 5 days ago

From Willow Barraco to ~mil/sxmo-devel

Marked as superseded !

Re: [PATCH sxmo-utils v8] sxmo_hook_tailtextlog.sh with colors/formatting 7 days ago

From Willow Barraco to ~mil/sxmo-devel

Marking this as needing revision then. Thanks!

[PATCH hare-wayland v2 3/3] Extract underscore from strings template variable names 8 days ago

From Willow Barraco to ~sircmpwn/hare-dev

Now that strings::template recognize underscores, we have to exclude
them from template variables.

Signed-off-by: Willow Barraco <contact@willowbarraco.fr>
---
 cmd/scanner/main.ha | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/cmd/scanner/main.ha b/cmd/scanner/main.ha
index 9d6f995..28e3733 100644
--- a/cmd/scanner/main.ha
+++ b/cmd/scanner/main.ha
@@ -105,12 +105,12 @@ def interface_src: str = `
$comment
[message trimmed]

[PATCH hare-wayland v2 2/3] bump hare-xml usage 8 days ago

From Willow Barraco to ~sircmpwn/hare-dev

Signed-off-by: Willow Barraco <contact@willowbarraco.fr>
---
 wayland/scanner/scan.ha | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/wayland/scanner/scan.ha b/wayland/scanner/scan.ha
index bc5711b..5388808 100644
--- a/wayland/scanner/scan.ha
+++ b/wayland/scanner/scan.ha
@@ -21,10 +21,10 @@ export fn strerror(err: error) const str = {
};

// Scans a Wayland protocol XML definition.
export fn scan(in: io::handle) (protocol | error) = {
[message trimmed]

[PATCH hare-wayland v2 1/3] Handle nomem 8 days ago

From Willow Barraco to ~sircmpwn/hare-dev

Signed-off-by: Willow Barraco <contact@willowbarraco.fr>
---
 cmd/scanner/main.ha      | 48 +++++++++++++++++-----------------
 wayland/client/client.ha | 20 +++++++-------
 wayland/core.ha          |  8 +++---
 wayland/debug.ha         | 26 +++++++++----------
 wayland/registry.ha      |  4 +--
 wayland/scanner/scan.ha  | 56 ++++++++++++++++++++--------------------
 wayland/types.ha         |  2 +-
 7 files changed, 82 insertions(+), 82 deletions(-)

diff --git a/cmd/scanner/main.ha b/cmd/scanner/main.ha
index 17db48f..9d6f995 100644
--- a/cmd/scanner/main.ha
[message trimmed]

[PATCH hare-wayland v2 0/3] Multiple stdlib bump fixes 8 days ago

From Willow Barraco to ~sircmpwn/hare-dev

This handle the new nomem, and updates to encofing::xml::, and strings::

[PATCH hari] Handle nomen 8 days ago

From Willow Barraco to ~sircmpwn/hare-dev

Signed-off-by: Willow Barraco <contact@willowbarraco.fr>
---
 cmd/hari-demo/boxgrid.ha  |  4 ++--
 cmd/hari-demo/harfbuzz.ha |  4 ++--
 cmd/hari-demo/main.ha     | 36 ++++++++++++++++++------------------
 hari/app.ha               |  4 ++--
 hari/box.ha               |  4 ++--
 hari/layout/grid.ha       | 30 +++++++++++++++---------------
 hari/text.ha              |  8 ++++----
 hari/wayland/display.ha   | 14 +++++++-------
 hari/wayland/shm.ha       |  8 ++++----
 hari/wayland/surface.ha   |  6 +++---
 hari/wayland/window.ha    | 10 +++++-----
 hari/window.ha            |  4 ++--
[message trimmed]

Re: [PATCH hare-wayland 1/3] Handle nomem 9 days ago

From Willow Barraco to ~sircmpwn/hare-dev

vnm, there it misses a lot of things!

[PATCH hare-wayland 3/3] Extract underscore from strings template variable names 9 days ago

From Willow Barraco to ~sircmpwn/hare-dev

Now that strings::template recognize underscores, we have to exclude
them from template variables.

Signed-off-by: Willow Barraco <contact@willowbarraco.fr>
---
 cmd/scanner/main.ha | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/cmd/scanner/main.ha b/cmd/scanner/main.ha
index 8cfc996..fdaaf34 100644
--- a/cmd/scanner/main.ha
+++ b/cmd/scanner/main.ha
@@ -105,12 +105,12 @@ def interface_src: str = `
$comment
[message trimmed]