~jgart

~jgart/joeys-garden

Last active 3 years ago

~jgart/public-inbox

Last active 3 years ago
View more

Recent activity

[PATCH v3] rde: circadian: Pass in url for geolocation endpoint 22 days ago

From jgart to ~abcdw/rde-devel

Co-authored-by: Andrew Tropin <andrew@trop.in>
---

Here's a v3 with the code formatted.

all best,

jgart

 src/rde/features/emacs-xyz.scm | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/src/rde/features/emacs-xyz.scm b/src/rde/features/emacs-xyz.scm
index 12d68fba..3f41800b 100644
[message trimmed]

[PATCH v2] rde: circadian: Pass in url for geolocation endpoint 23 days ago

From jgart to ~abcdw/rde-devel

Co-authored-by: Andrew Tropin <andrew@trop.in>
---

Here's a v2 just putting the json parse in a separate variable within
the let* block.

all best,

jgart

 src/rde/features/emacs-xyz.scm | 29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)

diff --git a/src/rde/features/emacs-xyz.scm b/src/rde/features/emacs-xyz.scm
[message trimmed]

[PATCH] rde: circadian: Pass in url for geolocation endpoint 23 days ago

From jgart to ~abcdw/rde-devel

Co-authored-by: Andrew Tropin <andrew@trop.in>
---

Hi Andrew,

I also had to add some logic for parsing the new json.

I tried using the arrow macro from seq library but ran into some
issues with it after reconfiguring. Becuase of that, I rewrote it
without the arrow macro.

I tested this and it works with the following URL:

"https://api.positon.xyz/v1/geolocate?key=74600654-2aec-11ef-aa95-3b7218da6865"
[message trimmed]

[PATCH] rde: dape: Make emacs-dape package configurable 23 days ago

From jgart to ~abcdw/rde-devel

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

diff --git a/src/rde/features/emacs-xyz.scm b/src/rde/features/emacs-xyz.scm
index b397f46c..12d68fba 100644
--- a/src/rde/features/emacs-xyz.scm
+++ b/src/rde/features/emacs-xyz.scm
@@ -3147,6 +3147,7 @@ Mostly workarounds and integratios with other packages."

(define* (feature-emacs-dape
          #:key
          (emacs-dape emacs-dape)
          (window-arrangement 'right)
[message trimmed]

[PATCH] rde: mail: Add dismail email configuration a month ago

From jgart to ~abcdw/rde-devel

---

Here is a configuration for dismail.de

https://dismail.de/info.html#email

all best,

jgart

 src/rde/features/mail.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/rde/features/mail.scm b/src/rde/features/mail.scm
[message trimmed]

[PATCH] rde: eshell: Fix typo in argument list a month ago

From jgart to ~abcdw/rde-devel

---

hi,

this patch just fixes a typo in feature-emacs-eshell

all best,

jgart

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

diff --git a/src/rde/features/emacs-xyz.scm b/src/rde/features/emacs-xyz.scm
[message trimmed]

[PATCH] rde: Add feature-prolog. 2 months ago

From jgart to ~abcdw/rde-devel

---
 src/rde/features/prolog.scm | 59 +++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)
 create mode 100644 src/rde/features/prolog.scm

diff --git a/src/rde/features/prolog.scm b/src/rde/features/prolog.scm
new file mode 100644
index 00000000..95c83815
--- /dev/null
+++ b/src/rde/features/prolog.scm
@@ -0,0 +1,59 @@
;;; rde --- Reproducible development environment.
;;;
;;; Copyright © 2024 jgart <jgart@dismail.de>
[message trimmed]

[PATCH v2] rde: tex: Update supported programming language subsections. 8 months ago

From jgart to ~abcdw/rde-devel

---

Hi, 

v2 just sorts the languages.

 doc/rde.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/rde.texi b/doc/rde.texi
index bee20239..c9cc684b 100644
--- a/doc/rde.texi
+++ b/doc/rde.texi
@@ -577,6 +577,11 @@ for details), an entry of the form `nick^cookie@@workspace`.
[message trimmed]

[PATCH] rde: tex: Update supported programming language subsections. 8 months ago

From jgart to ~abcdw/rde-devel

---
 doc/rde.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/rde.texi b/doc/rde.texi
index bee20239..54b068c2 100644
--- a/doc/rde.texi
+++ b/doc/rde.texi
@@ -577,6 +577,11 @@ for details), an entry of the form `nick^cookie@@workspace`.

@section Programming Languages
@subsection Clojure
@subsection Common Lisp
@subsection Go
[message trimmed]

Improving Programming Languages Section 8 months ago

From jgart to ~abcdw/rde-discuss

Hi Guixers,

How should we improve this section in the documentation?

http://trop.in/rde/manual#Programming-Languages

I guess we can start by mentioning the support for Python, Javascript, Common Lisp, Golang, and OCaml?

What if we provided programming language development guides such as this one that nix has for developing with Python and Flask:

https://nix.dev/guides/recipes/python-environment.html

Out of scope?