-
My application runs inside a container (compose). When I open the Portal tab in IntelliJ, a `.portal/intellij.edn` file is created in the project source directory (which is mounted into the container,…
-
Hey,
Neovim users usually have a hard time setting up formatting for their needs,
and some of us are not using community standard formatting..
Is it possible to add Better Clojure Formatting from T…
-
### Please provide a brief summary of the bug
```
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f4a0c58cb28, pid=25, tid=26
#
# JRE vers…
-
I would like to know if there is a mechanism currently in conjure to switch back to the Clojure repl in shadow-cljs: after using `ConjureShadowSelect` there is no way to go back "automatically" to the…
adz5a updated
1 month ago
-
### Describe the bug
There's something weird with v50.x and MySQL as the app DB, after we do a DELETE the DB sends that message and stops the questions from running (returning an error in the query r…
-
## Expected behavior
Custom threading macros (like [the ones found in `promesa`](https://funcool.github.io/promesa/latest/promesa.core.html#var--.3E)) should be indented like the ones from `clojure…
-
We made the decision to deprecate it about a year ago because of https://github.com/metabase/metabase/issues/12905#issuecomment-1611804549, now because it's blocking Metrics v2 we are finally going to…
-
### Steps To Reproduce
1. have a running penpot v1.19.3 instance
2. pull the new image for v2 as described in https://help.penpot.app/technical-guide/getting-started/#update-penpot-1
3. start the…
-
**Describe the bug**
Syncs to our Redshift database failed after upgrading to 0.47.7. After downgrading to 0.47.6 they are working again. This appears to be related to changes to autocommit settings.…
-
https://clojure.org/reference/metadata
* `:doc` - Docstring for a keyword
```clojure
{:duct/migrator
{:doc "Duct migration key. e.g. duct-ragtime.
Migrations can be run by executing your…