Petrus Theron

Results 108 issues of Petrus Theron

When I try to transact a large number of attributes, sometimes I'll make a mistake and forget to specify cardinality. Datahike throws: ``` Execution error (ExceptionInfo) at datahike.db/transact-tx-data (db.cljc:1370). Incomplete...

enhancement
help wanted

I'm seeing a ~100x performance speedup when calling `(d/connect ...)` once at startup vs. once per request, even without calling `d/release`. I expected a call to `d/connect` to be cheap...

enhancement

Hi guys! This looks promising, but I can't figure out how to use it. I cloned the repo, am running a differential dataflow server. Updated Leiningen to fetch some newer...

Tried latest master https://github.com/comnik/clj-3df/commit/80fa1845053dc902f85e39bb94a102eba1b43fe2 .cljc files in a Cljs project. Getting some macro errors because trace-bindings is a macro. I'm guessing needs some :require-macros in the cljs version

I have a .lein-env file in my project. When I try to require environ.core, the following error is thrown, which prevents me from requiring environ again - I have to...

I have some business logic that needs to build up a sequence of side effects, including some Redis commands. How can I use Carmine to build up the commands that...

This feels like an ordering issue in my code, or a bug in Actix 0.8.3. The following throws an illegal instruction on ARM when called from within `fn started(...)`: WsChatServer::from_registry()...

Hi! This is awesome - thank you! How to integrate paredit support and rainbow parens? Clj/Cljs has been my primary scripting language for a while now, but it's a pain...

I got caught by destructuring :some/keys and overriding the preceding argument with the same symbol, e.g. `(fn [{:as data :some/keys [id data]})`, `some/data` overrides `data` in the `:as` clause. The...

enhancement
clj-together

Just lost 2 hours because I was passing `(reitit.core/router my-routes)` to `(reitit.ring/ring-handler)` instead of passing `(reitit.ring/router my-routes)`. It's the second time this caught me over a two-year span. Could Reitit...