~parasrah

North America

https://blog.parasrah.com

~parasrah/public-inbox

Last active 4 months ago

~parasrah/kak-announce

Last active 7 months ago

~parasrah/dew-announce

Last active 8 months ago

~parasrah/rkyv-discuss

Last active 11 months ago

~parasrah/mtrx-devel

Last active 1 year, 4 months ago

~parasrah/mtrx-announce

Last active 1 year, 4 months ago

~parasrah/dsktp-devel

Last active 1 year, 4 months ago

~parasrah/dsktp-announce

Last active 1 year, 4 months ago

~parasrah/raven-announce

Last active 1 year, 7 months ago

~parasrah/owlet-discuss

Last active 1 year, 8 months ago
View more

Recent activity

Re: status 4 months ago

From parasrah to ~parasrah/public-inbox

> I'm reading it :)

Oh wow! Well thanks for reaching out!

> Running your own small web page can feel like shouting into the void,
> but wanderers sometimes find them.

Indeed they must for you to have ended up here! Well I hope that you 
have enjoyed my writing so far, and I'll endevour to keep it up :)

I will make sure to add your own blog to my RSS reader too, I always 
appreciate finding new stuff in more organic ways like this

Re: Relicensing aerc to GPL 7 months ago

From parasrah to ~rjarry/aerc-devel

> Could you please respond to this message stating whether you accept or
> refuse the change of license from MIT to GPL[2] for the aerc project.

I accept

Re: csharp.kak 1 year, 1 month ago

From parasrah to ~parasrah/public-inbox

> I'd be happy to take it over with your permission.

Yeah absolutely! Glad you still had a copy of it!

Re: csharp.kak 1 year, 1 month ago

From parasrah to ~parasrah/public-inbox

> I'll take a look at my machines tomorrow to check if the repo is
> still sitting on any of them.

It doesn't seem as if I have a copy sitting around, but I'd be happy to
try to reproduce it if you haven't found an adequate workaround already

Re: csharp.kak 1 year, 1 month ago

From parasrah to ~parasrah/public-inbox

> Looking at https://git.sr.ht/~parasrah/kak-config I still see
> substantial csharp-related configs, so I'm hoping that you still
> have csharp.kak sitting around somewhere.
>
> I appreciate any assistance you can offer!

Hi Miles!

After taking an initial look myself it does seem like I may have 
neglected moving that plugin to sourcehut, possibly due to the fact that 
it's no longer one of the plugins I use myself. I'm so sorry for the 
inconvenience that has caused for you, I'll take a look at my machines 
tomorrow to check if the repo is still sitting on any of them. I 
definitely didn't mean to break anybody's config, I didn't even realize

[PATCH aerc v2] completions: add support for completing multiple addresses 1 year, 8 months ago

From Parasrah to ~rjarry/aerc-devel

as per the discussion https://lists.sr.ht/~sircmpwn/aerc/patches/15367
this handles completions in `completer/completer.go` by enabling the
completer to return a `prefix` that will be prepended to the selected
completion candidate.
---
This addresses the format issues from the first patch.

 completer/completer.go | 43 +++++++++++++++++++++++++++---------------
 doc/aerc-config.5.scd  |  4 ++--
 lib/ui/textinput.go    | 11 ++++++-----
 widgets/aerc.go        | 12 ++++++------
 widgets/exline.go      |  6 +++---
 5 files changed, 45 insertions(+), 31 deletions(-)
[message trimmed]

[PATCH aerc] completions: add support for completing multiple addresses 1 year, 8 months ago

From Parasrah to ~rjarry/aerc-devel

as per the discussion https://lists.sr.ht/~sircmpwn/aerc/patches/15367
this handles completions in `completer/completer.go` by enabling the
completer to return a `prefix` that will be prepended to the selected
completion candidate.
---
 completer/completer.go | 43 +++++++++++++++++++++++++++---------------
 doc/aerc-config.5.scd  |  4 ++--
 lib/ui/textinput.go    | 11 ++++++-----
 widgets/aerc.go        | 12 ++++++------
 widgets/exline.go      |  6 +++---
 5 files changed, 45 insertions(+), 31 deletions(-)

diff --git a/completer/completer.go b/completer/completer.go
index bc6c96f..433ed31 100644
[message trimmed]

[PATCH] Demonstrate that I can use git send-email 1 year, 9 months ago

From Parasrah to ~sircmpwn/email-test-drive

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

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