Jordan Schatz

Results 5 issues of Jordan Schatz

@maxwells I thought you might like some of these, the version conflict between the tag and code caught me off guard while debugging, I don't usually have node, npm, grunt...

Using 0.3.0 Using [this (simple) template](http://noionlabs.com/test.xlsx) Created with LibreOffice Version: 4.4.2.2 As soon as I add a 2nd named sheet: ``` clojure (ns bug (:require [excel-templates.build :as excel])) (excel/render-to-file "templates/test.xlsx"...

bug

Hello, I'm building an image (on an Alpine 3.18 host) for deployment on OVH bare metal, using the following: ``` alpine-make-vm-image --image-format qcow2 \ --image-size 2G \ --boot-mode UEFI \...

Hello, How does one create a new macro? For example I'd like an @codeinline tag that wraps a string in `` tags (similar to @codeblock but without the `` tag)....

Test case: Running this: ``` (import sqlite3 :as sql) (def db (sql/open "test.db")) (sql/eval db `CREATE TABLE customers (id INTEGER PRIMARY KEY, "first-name" TEXT);`) (sql/eval db `INSERT INTO customers (id,...