From 56742cf72d6ee50675bf0ec2260f9d69198678c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Thu, 5 Mar 2026 09:36:07 -0700 Subject: [PATCH 1/2] fix: namespace error lol --- doerg/default.nix | 2 -- doerg/src/net/deertopia/doerg/render.clj | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/doerg/default.nix b/doerg/default.nix index dd84616..5c24894 100644 --- a/doerg/default.nix +++ b/doerg/default.nix @@ -7,7 +7,6 @@ , fake-git , our-tex ? callPackage ./our-tex.nix {} , makeWrapper -, breakpointHook }: let @@ -38,7 +37,6 @@ in mkCljBin' { nativeBuildInputs = [ plex makeWrapper - breakpointHook ]; buildInputs = [ doerg-parser diff --git a/doerg/src/net/deertopia/doerg/render.clj b/doerg/src/net/deertopia/doerg/render.clj index 8e2eb06..92a4e31 100644 --- a/doerg/src/net/deertopia/doerg/render.clj +++ b/doerg/src/net/deertopia/doerg/render.clj @@ -12,7 +12,7 @@ ;; #_ [net.deertopia.doerg.tex :as tex] ;; [net.deertopia.doerg.tex.native :as tex-native] - ;; [net.deertopia.doerg.tex.temml :as tex-temml] + [net.deertopia.doerg.tex.temml :as tex-temml] [clojure.zip :as z] [babashka.fs :as fs])) From 7c4ad64d5859c03395d13e7cff6b41ef3490a28f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Thu, 5 Mar 2026 09:47:41 -0700 Subject: [PATCH 2/2] fix: increase snippet timeout to 20s --- doerg/src/net/deertopia/doerg/render.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doerg/src/net/deertopia/doerg/render.clj b/doerg/src/net/deertopia/doerg/render.clj index 92a4e31..1e7fd2d 100644 --- a/doerg/src/net/deertopia/doerg/render.clj +++ b/doerg/src/net/deertopia/doerg/render.clj @@ -144,9 +144,9 @@ (sp/view :value)]))) (defn- timeout-snippet-promises [snippet-promises fut] - ;; Time out after eight seconds. With all the LaTeX and IPC, there + ;; Time out after twenty seconds. With all the LaTeX and IPC, there ;; are so many opportunities for things to go wrong