X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=ISSUES.org;h=1cf6229dd3427806fc03d220134906382a1beca0;hp=b1556a0c0bbbf6f4eee1159d58f9dd7ddb84c353;hb=0d68c92d0ad990230c9c018c1f6d43ef63d052c3;hpb=58e018e92e7c6667c9c163f13a1592248d654b53 diff --git a/ISSUES.org b/ISSUES.org index b1556a0..1cf6229 100644 --- a/ISSUES.org +++ b/ISSUES.org @@ -1,7 +1,7 @@ #+TITLE: Issues and Dev Notes #+TODO: OPEN(o!) | CLOSED(c!) INVALID(i@) #+STARTUP: logdrawer - + * Open Bugs ** OPEN Sanitize certificate names @@ -23,6 +23,11 @@ timer fire up early means that it interferes with requests for user interaction that may appear during the initial connection setup. E.g., asking for approval of uknown TLS certificates. +** OPEN Downloads failing + +Downloads fail when focus is shifted away from +the elpher buffer before the download has completed. + * Closed Bugs ** CLOSED Relative Gemini links processed improperly @@ -130,9 +135,6 @@ this can happen: - [X] shift history out of node tree and into separate stack - [ ] make history stack variables buffer-local - [ ] have elpher-with-clean-buffer select appropriate buffer - -** OPEN Replace support for user-specified starting pages -This used to be available, but was removed during a refactor. ** OPEN Make installing existing certificates easier :LOGBOOK: @@ -304,3 +306,10 @@ call is just incredibly slow for some bizarre reason. Happily, (url-portspec) is functionally equivalent and is orders of magnitude faster. With this replacement, loading the above page takes ~2s and there aren't any other hotspots. + + +** CLOSED Replace support for user-specified starting pages +:LOGBOOK: +- State "CLOSED" from "OPEN" [2021-08-09 Mon 17:46] +:END: +This used to be available, but was removed during a refactor.