Comment by ~bitfehler on ~bitfehler/vomit
Interesting. Yes, this is indeed currently an unsupported use case. As a workaround, you can create a config file with an empty account:
[accountname]
The presence of an account is the only thing checked right now if you use a file system path.
For convenience, you could also do
[accountname] local = "~/drafts"
and then you could simply run
vmt pick .
for the same result.I'll change the title a bit to reflect that this is currently "intended" and consider this for future changes.
Ticket created by ~bitfehler on ~bitfehler/vomit
Comment by ~bitfehler on ~sircmpwn/meta.sr.ht
proposed fix: https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/39669
Ticket created by ~bitfehler on ~bitfehler/vomit
See this thread
Comment by ~bitfehler on ~bitfehler/vomit
REPORTED
RESOLVED IMPLEMENTEDComment by ~bitfehler on ~bitfehler/vomit
REPORTED
RESOLVED IMPLEMENTEDComment by ~bitfehler on ~bitfehler/names.sr.ht
REPORTED
RESOLVED FIXEDTicket created by ~bitfehler on ~bitfehler/names.sr.ht
it works under the broken assumption that what enom considers a TLD never includes a dot, but there are plenty of those: ".co.uk" etc.
Ticket created by ~bitfehler on ~bitfehler/names.sr.ht
The client currently uses the (deprecated? at least undocumented)
gettldlist
command to get a list of available TLDs. The response to that is slightly broken. Judging from the docs, it should be replaced with https://api.enom.com/docs/TLD_GetTLD instead.edit: apparently getTldList is documented, just not listed in the sidebar?