Aleksandr Zhuravlёv
Aleksandr Zhuravlёv
Hi @FieryCod, thanks for your contribution. I think it's a good point to have GraalVM compatibility. I'll check it later.
@carrete it's a good question, but unfortunately I'm slightly familiar with Datomic. I've just read about its indexing mechanism and I think I can give you a valid answer, but...
Then I think it won't be differ that much. Anyway, I asked the question in slack https://clojurians-log.clojureverse.org/datomic/2020-05-08/1588924450.320800
So there is no option but set `:conflicts` to `nil` to support 404 handling. Am I right?
@rexwangcc, you can pass your oauth config by putting it in the config map, for example: ```clojure (ring/routes (swagger-ui/create-swagger-ui-handler {:path "/swagger" :url "/swagger/swagger.json" :root "swagger-ui" :config {:oauthCfg {:clientId 1000}}})) ```...
Good idea. However, this project was planned as a simple tool, firstly just for fun, so I'm not interested in overcomplicating it.
Because you have to create a library, then require it as a dependency. Anyway, I'm not interested in it.
There is JS version https://github.com/Alex7Kom/nano-nanoid-cc, I guess you can use code from there.
@fabricioc8, a workaround I found is to enable `highlightActiveIndent`. ``` "calva.highlight.highlightActiveIndent": true ```
First, they have mixed up with the library itself and the website. Second, it's 29.4 KB (gzipped, 1 request). I've checked logux.io it's 9.2 KB (gzipped, 3 request). And last,...