Andrew Watts
Andrew Watts
I have the following tbl macro (from the readme) and table definition: ``` clojure (defmacro tbl [name & elements] `(-> (table ~name) (timestamps) ~@(reverse elements) (surrogate-key))) (tbl :foo (integer :column_01)...
Starting a REPL with `boot repl` using `nREPL` 0.8 throws a `NullPointerException` on startup, though it doesn't crash the process entirely. The process appears to be unusable, however. This looks...
It looks like this has been reported a few different times, but nothing open recently; I apologize if this is a duplicate. When Keybase starts up, I get a blank...
When I try to bundle my code with Webpack on Windows, I'm getting the following error: ``` PS C:\Users\Andrew\Projects\dreamybandnames2> clj -M:cljs/deps -m figwheel.main --build-once dbn-frontend SLF4J: Failed to load class...
`enum mad_layer` has no variant with a discriminator equal to zero. Thus, using a default-initialized frame in rust causes various problems, including segfaults and inexplicable EOF errors (#31). The solution...
I spent an eternity tracking this down, but on `pc-windows-msvc`, with simplemad 0.9.0, simplemad_sys 0.5.0, and rustc 1.67.0-nightly (c1a859b25 2022-11-10), creating a `Decoder` instance on a file that exists, has...