~joram

https://www.joram.io/

~joram/public-inbox

Last active 1 year, 7 months ago
View more

Recent activity

[PATCH iosevka-output] Fix renamed f and q variants 1 year, 8 months ago

From Joram Schrijver to ~ashton314/public-inbox

These were changed in Iosevka version 23 and 24, respectively.
---
 private-build-plans.toml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/private-build-plans.toml b/private-build-plans.toml
index d5b3826..a462620 100644
--- a/private-build-plans.toml
+++ b/private-build-plans.toml
@@ -9,9 +9,9 @@ serifs = "sans"

    [buildPlans.iosevka-output.variants.design]
    # b = "toothed"
    f = "flat-hook-crossbar-at-x-height"
[message trimmed]

[PATCH git.sr.ht] Fix send-email helper details color in dark mode 2 years ago

From Joram Schrijver to ~sircmpwn/sr.ht-dev

The collapsed summary color was low contrast, and the expanded summary
color was almost invisible (black on dark gray). There currently is no
uncolored text inside a details tag, but such text would also have been
black.
---
 scss/main.scss | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/scss/main.scss b/scss/main.scss
index 658a3f3..4184d61 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -295,6 +295,18 @@ img {
    li {
[message trimmed]

[PATCH sr.ht-docs] Fix scopes list and webhook description 4 years ago

From Joram Schrijver to ~sircmpwn/sr.ht-dev

---
 paste.sr.ht/api.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/paste.sr.ht/api.md b/paste.sr.ht/api.md
index bac7736..efe99e7 100644
--- a/paste.sr.ht/api.md
+++ b/paste.sr.ht/api.md
@@ -12,7 +12,7 @@ Authentication is done via the [meta.sr.ht OAuth
flow](https://man.sr.ht/meta.sr.ht/oauth-api.md). The following OAuth scopes are
available for paste.sr.ht:

- **paste:read**, **paste:write**: read & write paste resources
- **pastes:read**, **pastes:write**: read & write paste resources
[message trimmed]