~weuts

Denmark

Recent activity

[PATCH v2] Add support for horizontal LinearLayouts 3 years ago

From Erik Funder Carstensen to ~ireas/public-inbox

---
The closing '```' had been forgotton for the added example

 src/elements.rs | 54 +++++++++++++++++++++++++++++++++++++++++++------
 src/lib.rs      | 11 ++++++++++
 2 files changed, 59 insertions(+), 6 deletions(-)

diff --git a/src/elements.rs b/src/elements.rs
index 2f20e34..9541012 100644
--- a/src/elements.rs
+++ b/src/elements.rs
@@ -74,10 +74,13 @@ impl IntoBoxedElement for Box<dyn Element> {
    }
}
[message trimmed]

[PATCH] Add support for horizontal LinearLayouts 3 years ago

From Erik Funder Carstensen to ~ireas/public-inbox

---
 src/elements.rs | 53 +++++++++++++++++++++++++++++++++++++++++++------
 src/lib.rs      | 11 ++++++++++
 2 files changed, 58 insertions(+), 6 deletions(-)

diff --git a/src/elements.rs b/src/elements.rs
index 2f20e34..16767b0 100644
--- a/src/elements.rs
+++ b/src/elements.rs
@@ -74,10 +74,13 @@ impl IntoBoxedElement for Box<dyn Element> {
    }
}

enum RenderDirection {
[message trimmed]

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

From Erik Funder Carstensen to ~sircmpwn/email-test-drive

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

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

Re: [PATCH] Demonstrate that I can use git send-email 3 years ago

From fundererik@gmail.com to ~sircmpwn/email-test-drive

Thanks for the feedback, I'll try to do that now

/Funder

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

From Erik Funder Carstensen to ~sircmpwn/email-test-drive

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

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

Re: [[PATCH genpdf-rs]] Adds image support. 3 years ago

From fundererik@gmail.com to ~ireas/public-inbox

Hi again

Oh boy I did that wrong, I'm really sorry ^^', is it fixable?

/Erik

Re: [[PATCH genpdf-rs]] Adds image support. 3 years ago

From fundererik@gmail.com to ~ireas/public-inbox

Hi Alexander

Do you have any plans to continue with this, or could I take a shot?

/Erik

On Tue, Dec 8, 2020, at 06:18, Alexander Dean-Kennedy wrote:
> #### [Purpose / Implementation Overview]
> * Changes `elements` module to a directory to allow for conditional subelements.
> * Gates this feature behind `images` feature-flag.
> * Adds support to the demo, and includes a couple public-domain images.
> * BREAKING: Moves `Alignment` struct out of `elements` up to root.
> 
> ### [Testing]