-
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…
-
https://github.com/typedclojure/typedclojure/actions/runs/9276440766/job/25523512940
https://github.com/typedclojure/typedclojure/actions/runs/9276577498/job/25523931077?pr=148
```
ERROR in clojure…
-
## Currently
Clj-watson conveys the properties we've overridden via `clj-watson.properties`:
```
Merging additional properties:
# clj-watson.properties file
nvd.api.key=31a0****-****-****-…
lread updated
3 months ago
-
I am observing the same problem again as reported and solved in https://github.com/clojure-emacs/cider/issues/3503
The only differences will be in the versions involved.
After initializing a cider…
-
As implemented, the `CLJ_WATSON_*` env var machinery could be used to set **any** Java system property that isn't already specified on the command-line.
Should we limit this to only properties that…
-
I have tried both the example projects where dependencies to figwheel fails and does not build on cljsbuild.
Adding the following to dependencies solves the problem.
[figwheel "0.5.10]
Seems…
-
I'm a bit wary to support this but I see it's benefits, especially when wanting to play with component trees at a REPL.
I honestly think that Node.js will eventually have a much better story once S…
-
`goog.math/Long` is not showing up very well
```clojure
#?(:cljs
(let [x (goog.math/Long.fromString "123")]
(with-out-str (fipp/pprint {:test x} {:width 120}))))
```
It evaluates …
-
I expected this workflow to work:
1. Run a test in my text editor (aka using REPL) using the fixture kit-clj generated `(use-fixtures :once (.test-utils/system-fixture))` - it fails
2. Change some a…