[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive e6cca3ccc9 19/31: Fix: (hyperdrive-new) :as 're
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive e6cca3ccc9 19/31: Fix: (hyperdrive-new) :as 'response |
Date: |
Wed, 12 Jun 2024 19:00:41 -0400 (EDT) |
branch: elpa/hyperdrive
commit e6cca3ccc90fff936e4f366f84578de52b3218c1
Author: Adam Porter <adam@alphapapa.net>
Commit: Joseph Turner <joseph@ushin.org>
Fix: (hyperdrive-new) :as 'response
---
hyperdrive.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hyperdrive.el b/hyperdrive.el
index 71017e669a..6ca6f24cef 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -137,7 +137,8 @@ hyperdrive, the new hyperdrive's petname will be set to
SEED."
(interactive (list (h/read-name :prompt "New hyperdrive seed")))
(pcase-let* (((cl-struct plz-response (body url))
(h/api 'post (concat "hyper://localhost/?key="
- (url-hexify-string seed))))
+ (url-hexify-string seed))
+ :as 'response))
(hyperdrive (he/hyperdrive (h/url-entry url))))
(setf (h/seed hyperdrive) seed)
(setf (h/writablep hyperdrive) t)
- [nongnu] elpa/hyperdrive 81c4b90895 10/31: Tidy: (h/fill) Set then to 'sync by default, (continued)
- [nongnu] elpa/hyperdrive 81c4b90895 10/31: Tidy: (h/fill) Set then to 'sync by default, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive 1db1a4f54a 12/31: Comment: Update TODO, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive 965b39f5d9 24/31: Change: (h/menu-bar-menu) Add binding for h/clear-cache, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive 019c9f3c6a 13/31: Fix: (h//fill) Only fill version range when Etag is non-nil, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive dcbb6c2e15 16/31: Meta: Update hyper-gateway-ushin to 3.9.1: More X-Drive-Size headers, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive e2685023a7 18/31: Add: (h/clear-cache) Clear local cache for file or directory, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive 499a591d4b 22/31: Change: (h/clear-cache) Use POST instead of DELETE to clear cache, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive 0db40da6f9 28/31: Meta: Update hyper-gateway-ushin to 3.9.2: Clear old versions, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive d4d3d92e17 07/31: Refactor: (h/fill-metadata) Don't use :as, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive d8e96321d2 08/31: Fix: (h/fill-metadata) Fill disk-usage from GET request, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive e6cca3ccc9 19/31: Fix: (hyperdrive-new) :as 'response,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 5a4f6b9607 09/31: Fix: (h/download-url) Fill disk-usage from GET request, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive dd3670e43e 17/31: Comment: Add TODO, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive 2f1aebbe04 30/31: Docs: (hyperdrive-forget-file) Document command, ELPA Syncer, 2024/06/12