~remexre

Minneapolis

https://remexre.xyz

Interests: Programming Languages, Computer Security, Formal Methods, Software Engineering

~remexre/public-inbox

Last active 1 year, 1 month ago

~remexre/clnix

Last active 1 year, 4 months ago

~remexre/stahl

Last active 2 years ago

~remexre/furing

Last active 2 years ago
View more

Recent activity

[PATCH 3/3] Saves artifacts with each commit. 2 years ago

From Nathan Ringo to ~iptq/garbage

---
 .build.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.build.yml b/.build.yml
index 01c37f8..4b1a697 100644
--- a/.build.yml
+++ b/.build.yml
@@ -8,5 +8,6 @@ tasks:
      rustup -q default nightly
  - build: |
      cd garbage
      cargo build

[message trimmed]

[PATCH 2/3] Adds context to lots of errors. 2 years ago

From Nathan Ringo to ~iptq/garbage

---
 src/dir.rs         | 37 ++++++++++++++++++++++------------
 src/errors.rs      | 37 ++++++++++++++++++++++++++++++++--
 src/ops/empty.rs   | 30 +++++++++++++++++++++++-----
 src/ops/list.rs    |  5 +++--
 src/ops/put.rs     | 50 ++++++++++++++++++++++++++++++++++++----------
 src/ops/restore.rs |  5 +++--
 6 files changed, 129 insertions(+), 35 deletions(-)

diff --git a/src/dir.rs b/src/dir.rs
index b4efc1f..d06cb07 100644
--- a/src/dir.rs
+++ b/src/dir.rs
@@ -5,7 +5,7 @@ use std::path::{Path, PathBuf};
[message trimmed]

[PATCH 1/3] Adds a new error type with a context for the causes of errors. 2 years ago

From Nathan Ringo to ~iptq/garbage

---
 src/errors.rs      | 37 +++++++++++++++++++++++++++++++++++--
 src/info.rs        | 17 ++++++++++-------
 src/ops/put.rs     | 10 ++++++----
 src/ops/restore.rs | 12 ++++++++----
 4 files changed, 59 insertions(+), 17 deletions(-)

diff --git a/src/errors.rs b/src/errors.rs
index 6346f97..9db81ae 100644
--- a/src/errors.rs
+++ b/src/errors.rs
@@ -1,12 +1,45 @@
use std::path::PathBuf;
use std::{
[message trimmed]

Bug: wiki first paragraph is None if wiki is entirely headers 2 years ago

From Nathan Ringo to ~sircmpwn/sr.ht-discuss

If a wiki page is e.g.

    # Foo
    ## Bar

then it renders like

    None
    {{table of contents}}
    # Foo
    ## Bar

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

From Nathan Ringo to ~sircmpwn/email-test-drive

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

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

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

From Nathan Ringo to ~sircmpwn/email-test-drive

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

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