Recent activity

[PATCH] Dark CSS 1 year, 11 months ago

From Paper to ~martijnbraam/fathub

---
 static/css/base.css | 43 ++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 38 insertions(+), 5 deletions(-)

diff --git a/static/css/base.css b/static/css/base.css
index b9ac76d..18bf6ea 100644
--- a/static/css/base.css
+++ b/static/css/base.css
@@ -1,6 +1,16 @@
:root {
    --background: white;
    --text-color: black;
    --title-color: black;
    --footer-background: #eee;
[message trimmed]

[PATCH] passlist: warn on empty password, simplify 2 years ago

From Paper to ~craftyguy/caerbannog-devel

---
 caerbannog/passlist.py | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/caerbannog/passlist.py b/caerbannog/passlist.py
index 4967341..7a1dd62 100644
--- a/caerbannog/passlist.py
+++ b/caerbannog/passlist.py
@@ -4,8 +4,8 @@ import anytree
import fuzzyfinder
import gc
import gi
import importlib
import os
[message trimmed]

[PATCH] passlist: show the gpg dialog in a separate thread 2 years ago

From Paper to ~craftyguy/caerbannog-devel

* fixes "Application not responding" warning message on GNOME
---
 caerbannog/passlist.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/caerbannog/passlist.py b/caerbannog/passlist.py
index 651960f..a908366 100644
--- a/caerbannog/passlist.py
+++ b/caerbannog/passlist.py
@@ -5,6 +5,7 @@ import fuzzyfinder
import gc
import gi
import importlib
import threading
[message trimmed]

[PATCH] Make application work well on bigger screens 2 years ago

From Paper to ~craftyguy/caerbannog-devel

---
 ui/window.ui | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)

diff --git a/ui/window.ui b/ui/window.ui
index 931ec11..cc222af 100644
--- a/ui/window.ui
+++ b/ui/window.ui
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk+" version="3.10"/>
  <requires lib="libhandy" version="1.0"/>
  <menu id="primary-menu">
[message trimmed]

[PATCH] Set default size to 800x400 2 years ago

From Paper to ~craftyguy/caerbannog-devel

---
 ui/window.ui | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ui/window.ui b/ui/window.ui
index 40ae432..931ec11 100644
--- a/ui/window.ui
+++ b/ui/window.ui
@@ -13,6 +13,8 @@
    </section>
  </menu>
  <template class="MainWindow" parent="HdyApplicationWindow">
    <property name="default-width">800</property>
    <property name="default-height">400</property>
[message trimmed]

[PATCH] Fix fstring 2 years ago

From Paper to ~craftyguy/caerbannog-devel

---
 caerbannog/passlist.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/caerbannog/passlist.py b/caerbannog/passlist.py
index 560423d..12fe83d 100644
--- a/caerbannog/passlist.py
+++ b/caerbannog/passlist.py
@@ -80,7 +80,7 @@ class PassList(Gtk.ListBox):
        if go_back and not self._tree_cur.is_root:
            self._tree_cur = self._tree_cur.parent
        if not self._tree_cur.children:
            Logger.info("No password files found in {self._tree_cur}! Check "
            Logger.info(f"No password files found in {self._tree_cur}! Check "
[message trimmed]

Math Notation in Gemini? 2 years ago

From Paper to ~adnano/gemini

On Tue, Feb 16, 2021 at 07:01:41PM +0000, Oliver Simmons wrote:
> One of the golden rules of Gemini is user control, and by *default*
> this would be off.
> MathML/similar via preformatted blocks would be fine IMO, *if the user
> enabled it*.
> 
I don't think it would be a good idea to embed Tex inline in gemini.
Some people can not read Tex and if their client didn't support it,
they would see weird characters. One of the ideas behind gemini I like
is that even plain text gemtext without any rendering is readable.

I would propose a bit different strategy, link a .tex file and have a
special client that can render it inline after clicking on the link
similar to how lagrange renders images.

[ANN] Listen to internet radio in Gemini space 2 years ago

From Paper to ~adnano/gemini

On Tue, Feb 09, 2021 at 02:42:18PM +0100, Louis Brauer wrote:
> Question to all who have issues: do you perhaps use IPv6? 

Your guess was right, when I disable IPv6, it starts working.

[ANN] Listen to internet radio in Gemini space 2 years ago

From Paper to ~adnano/gemini

On Mon, Feb 08, 2021 at 09:14:26PM -0800, Tom wrote:
> Timeout
> 
> The server timed out while answering your response.
> 
> The server didn't respond in time.

I am getting the same error in Kristall and Lagrange (written in C++
and C). Amfora and gemget (Go) and AV-98 (Python) works as expected.

I am on a system with libressl 3.1.5.

~paper

[PATCH hg.sr.ht v2] Fix dark header background 2 years ago

From Paper to ~sircmpwn/sr.ht-dev

# HG changeset patch
# User Paper <paper@tilde.institute>
# Date 1609799059 -3600
#      Mon Jan 04 23:24:19 2021 +0100
# Node ID 8d69e79fc641c9ee14f0aa1ffcbeafa0e12c2b6b
# Parent  49c666d11c4ac8141388a1745029934f6f415972
Fix dark header background

diff -r 49c666d11c4a -r 8d69e79fc641 scss/main.scss
--- a/scss/main.scss	Thu Dec 17 05:15:27 2020 +0000
+++ b/scss/main.scss	Mon Jan 04 23:24:19 2021 +0100
@@ -13,7 +13,6 @@
 .header-extension {
   margin-top: -1rem;