~cdv

Massachusetts, USA

https://chris.vittal.dev

I write free software.

Check out my work, at https://hail.is if you're interested in scientific computing or genetics.

~cdv/public-inbox

Last active a month ago
View more

Recent activity

Re: [PATCH scfg-rs] Implement Directive::take_params a month ago

From Chris Vittal to ~cdv/public-inbox

Applied. Thanks!

Re: scdoc does not link on macOS with `-static` 2 years ago

From Chris Vittal to ~sircmpwn/public-inbox

It's simple enough to clear the LDFLAGS in the make invocation.

     $ make LDFLAGS=

I'm pretty sure it won't get fixed since macOS is nonfree.

Hope that helps,
Chris

Re: [PATCH scfg-rs] Fix lineno tracking 3 years ago

From Chris Vittal to ~cdv/public-inbox

Applied thanks!

Re: [PATCH scfg-rs] Hand-made parser 3 years ago

From Chris Vittal to ~cdv/public-inbox

Thanks! Pushed and uploaded a new version.

Chris

[PATCH v2] Apply relevant msglist styles in order 4 years ago

From Chris Vittal to ~sircmpwn/aerc

Allow styles to be layered over a base style. The list of styles to
apply is layered over the base style in order, such that if the layer
does not differ from the base it is not used. The order that these
styles are applied in is, from first to last:

msglist_default
msglist_unread
msglist_read    (exclusive with unread, so technically the same level)
msglist_flagged
msglist_deleted
msglist_marked

So, msglist_marked style dominates.
[message trimmed]

[PATCH] Apply relevant msglist styles in order 4 years ago

From Chris Vittal to ~sircmpwn/aerc

Allow styles to be layered over a base style. The list of styles to
apply is layered over the base style in order, such that if the layer
does not differ from the base it is not used. The order that these
styles are applied in is, from first to last:

msglist_default
msglist_unread
msglist_read    (exclusive with unread, so technically the same level)
msglist_flagged
msglist_marked
msglist_deleted

So, deleted's style dominates.
[message trimmed]

Re: Deleted Style not being applied 4 years ago

From Chris Vittal to ~sircmpwn/aerc

Fair enough. Found the bug. Patch incoming as soon as I write it.

Chris

Deleted Style not being applied 4 years ago

From Chris Vittal to ~sircmpwn/aerc

I'm having an issue getting a styleset to apply to deleted messages in
the messagelist. For reference, I'm using aerc exclusively through IMAP.

Pre-stylesets, when I moved or deleted a message, it was greyed out.
Now, it is not, making it difficult to tell that I've deleted a message
especially when managing a lot of messages that then makes a lot of imap
requests. I'm using the default configuration. How can I restore the
previous behavior.

Thanks,
Chris

[PATCH scfg 3/3] Add scfg-rs, a rust scfg parser 4 years ago

From Chris Vittal to ~emersion/public-inbox

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index b18a97c..1088acb 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ train "Shinkansen" {
- C: [libscfg]
- Go: [go-scfg]
- Python: [py-scfg]
- Rust: [scfg-rs]

[message trimmed]

[PATCH scfg 2/3] Add link to CC-BY-SA 4.0 4 years ago

From Chris Vittal to ~emersion/public-inbox

---
If it is not the intention to license this under CC-BY-SA 4.0 and to use
an earlier version instead, please fix this up, but I feel that a link
to the license should be provided.

Thanks!
Chris

 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dce9123..b18a97c 100644
--- a/README.md
[message trimmed]