~ngraves

~ngraves/devel

Last active 8 days ago
View more

Recent activity

Are feature-docker and feature-podman incompatible? 15 hours ago

From Nicolas Graves to ~abcdw/rde-devel

If yes, we might want to add a warning, a failure or something like
that.  What I'm currently experiencing :

>> docker load < /gnu/store/px6r0ppbjy13758749dpyrsj0mi9z4fw-guile-guile-readline-docker-pack.tar.gz
ERRO[0000] User-selected graph driver "btrfs" overwritten by graph driver "overlay" from database - delete libpod local files ("/home/graves/.local/share/containers/storage") to resolve.  May prevent use of images created by other tools 
WARN[0000] "/" is not a shared mount, this could cause issues or missing mounts with rootless containers 
ERRO[0000] User-selected graph driver "btrfs" overwritten by graph driver "overlay" from database - delete libpod local files ("/home/graves/.local/share/containers/storage") to resolve.  May prevent use of images created by other tools 
Error: creating file open /var/tmp/podman3634503263: no such file or directory

-- 
Best regards,
Nicolas Graves

[PATCH] test fix linuxdcpp 8 days ago

From Nicolas Graves to ~ngraves/devel

---
 gnu/packages/direct-connect.scm | 75 +++++++++++++++++++++++----------
 1 file changed, 53 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/direct-connect.scm b/gnu/packages/direct-connect.scm
index 4898c7a0384..d8a60962780 100644
--- a/gnu/packages/direct-connect.scm
+++ b/gnu/packages/direct-connect.scm
@@ -18,16 +18,18 @@
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages direct-connect)
  #:use-module (guix build-system scons)
  #:use-module (guix build-system cmake)
[message trimmed]

[PATCH rde 5/6] features: emacs-info: Allow with unset themes. 20 days ago

From Nicolas Graves to ~abcdw/rde-devel

---
 src/rde/features/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/rde/features/emacs-xyz.scm b/src/rde/features/emacs-xyz.scm
index bce22bc8..d76d9726 100644
--- a/src/rde/features/emacs-xyz.scm
+++ b/src/rde/features/emacs-xyz.scm
@@ -3986,14 +3986,14 @@ built-in help that provides much more contextual information."

  (define (get-home-services config)
    "Return home services related to Info."
    (define theme (get-value 'emacs-light-theme config))
    (define emacs-modus-themes (get-value 'emacs-modus-themes config))
[message trimmed]

[PATCH rde 6/6] features: emacs-modus-themes: Adjust server-make-frame-functions 20 days ago

From Nicolas Graves to ~abcdw/rde-devel

Fixes:
New emacs server + frame
Switch to modus-vivendi (C-t t)
In any repo, commit anything usually
You've switched back to modus-operandi!
---
 src/rde/features/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/rde/features/emacs-xyz.scm b/src/rde/features/emacs-xyz.scm
index d76d9726..ebc142b9 100644
--- a/src/rde/features/emacs-xyz.scm
+++ b/src/rde/features/emacs-xyz.scm
@@ -464,8 +464,9 @@ different level headings will have different size."
[message trimmed]

[PATCH rde 4/6] features: fontutils: Remove after-enable-theme-hook. 20 days ago

From Nicolas Graves to ~abcdw/rde-devel

---
 src/rde/features/emacs-xyz.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/rde/features/emacs-xyz.scm b/src/rde/features/emacs-xyz.scm
index 18390ace..bce22bc8 100644
--- a/src/rde/features/emacs-xyz.scm
+++ b/src/rde/features/emacs-xyz.scm
@@ -398,9 +398,7 @@ different level headings will have different size."
                    :after 'rde-modus-themes-run-after-enable-theme-hook)
        ,@(map (lambda (hook)
                 `(add-hook 'rde-modus-themes-after-enable-theme-hook ',hook))
               (append
                '(rde-modus-themes-set-custom-faces)
[message trimmed]

[PATCH rde 3/6] packages: emacs-xyz: Refresh emacs-header-minions 20 days ago

From Nicolas Graves to ~abcdw/rde-devel

---
 src/rde/packages/emacs-xyz.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/rde/packages/emacs-xyz.scm b/src/rde/packages/emacs-xyz.scm
index 8e0802fe..6b72a286 100644
--- a/src/rde/packages/emacs-xyz.scm
+++ b/src/rde/packages/emacs-xyz.scm
@@ -166,14 +166,14 @@ parser.")
  (package
    (inherit emacs-minions)
    (arguments
     `(#:phases
       (modify-phases %standard-phases
[message trimmed]

[PATCH rde 1/6] gnu: emacs-justify-kp: Update to 0.0.1-1.33a186e. 20 days ago

From Nicolas Graves to ~abcdw/rde-devel

* src/rde/packages/emacs-xyz.scm (emacs-justify-kp): Update to 0.0.1-1.33a186e.
---
 src/rde/packages/emacs-xyz.scm | 41 +++++++++++++++++-----------------
 1 file changed, 21 insertions(+), 20 deletions(-)

diff --git a/src/rde/packages/emacs-xyz.scm b/src/rde/packages/emacs-xyz.scm
index cead2aeb..db477344 100644
--- a/src/rde/packages/emacs-xyz.scm
+++ b/src/rde/packages/emacs-xyz.scm
@@ -60,26 +60,27 @@
      (build-system emacs-build-system))))

(define-public emacs-justify-kp
 (let ((commit "385e6b8b909ae0f570f30101cec3677e21c9e0a0"))
[message trimmed]

[PATCH rde 2/6] packages: emacs-xyz: Add emacs-build. 20 days ago

From Nicolas Graves to ~abcdw/rde-devel

---
 src/rde/packages/emacs-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rde/packages/emacs-xyz.scm b/src/rde/packages/emacs-xyz.scm
index db477344..8e0802fe 100644
--- a/src/rde/packages/emacs-xyz.scm
+++ b/src/rde/packages/emacs-xyz.scm
@@ -23,6 +23,7 @@
(define-module (rde packages emacs-xyz)
  #:use-module (rde packages messaging)
  #:use-module (gnu packages emacs)
  #:use-module (gnu packages emacs-build)
  #:use-module (gnu packages emacs-xyz)
[message trimmed]

[PATCH rde 0/6] emacs@30 updates 20 days ago

From Nicolas Graves to ~abcdw/rde-devel

The emacs-team branch is most likely ready to be merged.

These are some fixing patches I made a month ago when switching, so
that when the branch is merged, we can adapt quickly (note that the
emacs-build addition will require a channels update).

Nicolas Graves (6):
  gnu: emacs-justify-kp: Update to 0.0.1-1.33a186e.
  packages: emacs-xyz: Add emacs-build.
  packages: emacs-xyz: Refresh emacs-header-minions
  features: fontutils: Remove after-enable-theme-hook.
  features: emacs-info: Allow with unset themes.
  features: emacs-modus-themes: Adjust server-make-frame-functions

Re: [PATCH rde 0/3] Some updates to emacs-gptel 20 days ago

From Nicolas Graves to ~abcdw/rde-devel

On 2025-06-03 08:03, Andrew Tropin wrote:

> A gentle ping on this one :)  Could you send a patch series in one
> thread, please?

So (rde features llm) and not (rde features machine-learning) ?

> I also accidentially committed feature-ellama a week ago here:
>
> https://git.sr.ht/~abcdw/rde/commit/c852fda2bf73b961f406ef36b1266a04c80900e3#src/rde/features/llm.scm
>
> I will need to clean it up and unhardcode the configuration, but it has
> an example of using auth-source for obtaing api keys.