Linus Ericsson
Linus Ericsson
It's not clear at all from the documentation how to disable the "m" short cut key in production. Is the correct way to set `:whitelist` to empty string?
Two projects have "rot" for me in the sense I cannot run "lein marg" any longer, and it does not give a very clever error message either. The error I...
Using `get-else` terminates even if there are more results to be find when applied on a `:db.cardinality/many` attribute. This is different from Datomic, which returns every match even when `get-else`...
# Description Pedestal 0.5.4 introduced a default host binding to "localhost", for good reasons (uniformity and default security). This change caused problems for our setup where we run pedestal in...
# Description We use Pedestal with client certificates. When we try to upgrade from Jetty 9.4.14.v20181114 to Jetty 9.5.15.v20190215 the webserver cannot use client certificates to authenticate anymore. ## Expected...
I did go through all the sample projects to upgrade them. I did not reproduce everything in every README-file (I have not tried out capstan, not deployed things to AWS...
# Description According to @ohpauleez , one outstanding issue for releasing Pedestal 0.5.2 is to convert the `io.pedestal.interceptor package` to `cljc`. I'll try to make it clear what the main...
After installing the cljs-watch I ran it in my webnoirbased project. I did at first however get the following error message: $cljs-watch 17:59:50 :: watcher :: Building ClojureScript files in...
**Describe the bug** The static method `jakarta.mail.internet.InternetAddress.isInetAddressLiteral` accepts all the characters `a-z` as well as `A-Z` as hexadecimal characters when determining if a given string is an IPv4 or IPv6...
Using Dorothy 0.0.7 gives a compilation error when requiring `ubergraph.core` doing ``` (require '[ubergraph.core :as uber]) Syntax error compiling at (ubergraph/core.clj:963:44). No such var: d/save! ``` A project.clj to reproduce...