-
I need to be able to make requests to a server with an untrusted SSL cert. clj-http has this option:
```
(client/get "https://alioth.debian.org" {:insecure? true})
```
-
Hey again @benedekfazekas :smile:
Looks like `mranderson` is replacing imports that it shouldn't when it needs to rename only _some_ classes within a package.
repro:
* `^:inline-dep [potemki…
-
We cache all FK relationships for a database as part of our linked filters implementation ([code](https://github.com/metabase/metabase/blob/57654bcbdbaeef44f3de1a92dfe2161664263c5d/src/metabase/models…
-
I get an invalid or corrupt file when trying to use this.
-
Hi
I know this is not done but perhaps I can ask anyway.
Was experimenting with table-view but got stuck on how to bind a list to the items property, is it supported yet?
Would expect to be able to h…
-
We have updated our anvil server from version 1.8.0 to version 1.11.0, however, we are ceaselessly encountering the error as detailed below.
### Error log
```
May 13, 2024 at 11:34 (UTC+7:00) […
-
Whenever a namespace causes a failure during analysis1 we fail the entire analysis. Instead of doing that we could track the exception and continue analysis of other namespaces. This would allow us to…
-
In the case that the list of articles is inferred we currently use the title of the document (looking at the first line) to build the slug. This is problematic when people link to articles using `CURR…
-
How is this managed in Arcadia? Do they have a `:dependencies` key in `configuration.edn` or do they use `project.clj`?
-
A very rare (maybe 5% or less of the time) bug I am hitting when using boot-cljs, boot-reload and multiple `cljs.edn` builds is the "No ns form found ...". It appears that the file that boot-reload is…