~akspecs

/dev/null

gemini://akspecs.srht.site

i like pragmatic minimalism

Trackers

~akspecs/numbeo-scraping

Last active 2 years ago

~akspecs/bancroft-1906

Last active 3 years ago

#142 PANIC when terminal is too small for deprecation warning 1 year, 6 months ago

Ticket created by ~akspecs on ~rjarry/aerc

a panic is caught when launching aerc from a small terminal that can't fit the entirety of a deprecation warning's text.

https://paste.sr.ht/~akspecs/baf5c22966665e67ad09d2242bdc1b8d740969be

#207 lowercase first name search from:name yields no results 1 year, 6 months ago

Comment by ~akspecs on ~sircmpwn/lists.sr.ht

meanwhile, From:name appears to work when searching for a lowercase first name.
this is despite one of the suggested searches containing an all lowercase from:me example.

#207 lowercase first name search from:name yields no results 1 year, 7 months ago

Ticket created by ~akspecs on ~sircmpwn/lists.sr.ht

example: https://lists.sr.ht/~delthas/senpai-dev?search=from%3Atim

any other combination of cases will work -- e.g. Tim, tIm, tiM, tIM, etc ...

#63 noticeable delay when moving to :next message while in message view with sorted folder 1 year, 7 months ago

on ~rjarry/aerc

~akspecs Can you verify if this problem still exists for you?

#63 noticeable delay when moving to :next message while in message view with sorted folder 2 years ago

Comment by ~akspecs on ~rjarry/aerc

#63 noticeable delay when moving to :next message while in message view with sorted folder 2 years ago

Ticket created by ~akspecs on ~rjarry/aerc

there is a noticeable delay when switching from message to message while in view mode within a sorted mailbox folder with :prev or :next (J or K with default keybindings).

this delay did not exist prior to e50ab5928475 ('sort: keep sort criteria applied to folder')

expected behaviour: load :next or :prev message quickly with the maildir backend.

problem: messages take as long and sometimes longer to load than with the imap backend.

steps to reproduce: use the maildir backend with a default unsorted config, run :sort (e.g. :sort -r date), view a message and attempt to view the next messages with :next (J).

there is no delay when attempting this on an unsorted maildir.

#62 inconsistent and awkward filtering behaviour 2 years ago

Comment by ~akspecs on ~rjarry/aerc

#62 inconsistent and awkward filtering behaviour 2 years ago

Ticket created by ~akspecs on ~rjarry/aerc

commit c2f4404f 'threading: enable filtering of server-side threads', introduces an inconsistent and awkward behaviour to ':filter -u'.

one can run ':filter -u' with the imap backend, read or mark a message read, and still have the same message in the list of filtered messages until the same filter is applied again. this allows for one to also perform another action to the message (e.g. move / copy / archive). this behaviour was the same before, and after the mentioned commit.

with the maildir backend, another behaviour is observed: running the same ':filter -u' will appear to awkwardly [0] perform live updates to the initial filtered results based on whether the messages still match the initial filter criteria. messages that are (marked) read will no longer appear in the list of filtered messages. one does not have the opportunity to perform an action to the message once it is read like they would have if they were using the imap backend.

"awkward" demonstration: [0]: https://asciinema.org/a/MmWSaQrpIFxpBb2whg9TlFtcU

#58 another panic caused by closing a tab introduced with d7feb56 2 years ago

Ticket created by ~akspecs on ~rjarry/aerc

commit d7feb56 'fix panic on closing a tab' is causing another panic on closing a tab.

there is more than one way to reproduce the issue. here is one approach:

  1. launch an up to date dev build (or a build that includes d7feb56)
  2. open an email
  3. open another tab (e.g. ctrl+t for a terminal tab)
  4. go back to the prior tab with ctrl+p
  5. close it
  6. crash

without d7feb56 this bug cannot be reproduced with these steps.

panic: runtime error: index out of range [7] with length 7 [recovered]
	panic: runtime error: index out of range [7] with length 7

goroutine 1 [running]:
git.sr.ht/~rjarry/aerc/logging.PanicHandler()
	git.sr.ht/~rjarry/aerc/logging/panic-logger.go:47 +0x6de
panic({0xa69c00, 0xc00043e1c8})
	runtime/panic.go:844 +0x258
git.sr.ht/~rjarry/aerc/lib/ui.(*TabContent).Draw(0xc000440930?, 0xc00027f0e0?)
	git.sr.ht/~rjarry/aerc/lib/ui/tab.go:403 +0x145
git.sr.ht/~rjarry/aerc/lib/ui.(*Grid).Draw(0xc000150630, 0xc00019e2a0)
	git.sr.ht/~rjarry/aerc/lib/ui/grid.go:148 +0x2ff
git.sr.ht/~rjarry/aerc/widgets.(*Aerc).Draw(0xc00044a000, 0xc00019e2a0)
	git.sr.ht/~rjarry/aerc/widgets/aerc.go:182 +0x2e
git.sr.ht/~rjarry/aerc/lib/ui.(*UI).Tick(0xc0001800f0)
	git.sr.ht/~rjarry/aerc/lib/ui/ui.go:116 +0x1f7
main.main()
	git.sr.ht/~rjarry/aerc/aerc.go:228 +0xb74

#363 Add Git LFS support 2 years ago

Comment by ~akspecs on ~sircmpwn/git.sr.ht