-
The Redshift driver implements a method for `sql.qp/cast-temporal-byte` for `:Coercion/YYYYMMDDHHMMSSBytes->Temporal` (indirectly, via Postgres) but it does not appear to actually work when enabling a…
-
Hi,
I was getting an exception and during research I noticed the package was updated and moved to new coordinates.
https://github.com/clj-commons/meta/issues/75
```
Exception in thread "ale…
-
I've tried using `->clj` with mouse events in a Reagent app with both `(fn [e] (->clj e) ...)` where the fn is the handler for the event, but it doesn't convert (it remains JS object). Using `->clj` o…
-
Is there a way presently to convert Common Lisp vectors to Clojure vectors? Especially the higher dimensional variety?
For instance
```clojure
(require '[abclj.quicklisp :refer [quickload]])
…
-
Hello @CGA1123 Christian,
Thank you very much for the project! It's really useful action!
I have the following issue:
My "project.clj" has a function inside which causes the failure. Here are …
-
Hello all I'm having some issues with getting my clerk workflow setup and I would appreciate anyone's input on making this happen.
1. I have my project directory managed with deps.edn. This works p…
-
Hello. This project looks promising.
I'm just curious, could the hodur-engine be used on the frontend side.
As I understood it already uses a Datascript but it's not clear how to use it in the app…
-
```
Python 2.7.13 (default, Nov 24 2017, 17:33:09)
[GCC 6.3.0 20170516] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import datomic
Traceback (most recent…
-
Given:
```
INSERT INTO docs (xt$id, foo, xt$valid_from) VALUES (1, 'bar', DATE '2024-03-25')
```
Attempting to use an interval expression in the PERIOD 'from' arg causes a `long overflow` error …
-
The autocomplete doesn't include an symbol defined in a fn, but does include an example of an alias of a namespace not included in the project.
That namespace comes from a .clj file, and i'm worki…