Fork me on GitHub
#cljdoc
<
2018-11-16
>
martinklepsch14:11:40

Ok, responsiveness stuff is live https://cljdoc.org 📱

👍 16
😍 8
Daw-Ran Liou15:11:07

Haven’t found the easter egg yet hahah

martinklepsch15:11:56

I can tell you if you want 😄

Daw-Ran Liou15:11:35

No don't spoil it yet!

Daw-Ran Liou15:11:41

Found it! I’ll tell my friends 😄

martinklepsch15:11:19

I'd like to add a few more fun messages (maybe with different colors even)

martinklepsch15:11:01

so if you have ideas, go for it 😄

Daw-Ran Liou15:11:36

That'd be fun! I'll sneak it in in my next PR 😜

Vincent Cantin16:11:15

Currently, when we try to use the main page of cljdoc to find the documentation of the re-frame project, it is hard to get to the right auto-completion. I got it by typing day8.re-frame which auto-completes to re-frame in the list, but typing re-frame alone does not show the project in the list.

martinklepsch18:11:20

@vincent.cantin The search is backed by Clojars' search which unfortunately is... pretty bad.. 😄

martinklepsch18:11:04

We might want to provide our own search backed by our own DB but that hasn't been a very high priority so far

martinklepsch18:11:26

Although it probably should be since the search is one of the first things users interact with 🙈

4
elarouss10:11:07

i've just made a pull request for it, a one liner hhhh

martinklepsch10:11:33

@U6AE62UCT haha, you think the pull request wasn't worth it? 😄

martinklepsch10:11:14

Change looks good, did you test it locally?

elarouss22:11:28

@U050TNB9F it's a beginner issue after all, and you gave me all the pieces hhhh

elarouss22:11:55

i tested that within the repl

martinklepsch22:11:25

I deployed it and it works great! 👍

elarouss22:11:29

great, i want to try another issue, but i guess i need a day or 2 to read about the libraries you are using

elarouss22:11:59

i didn't even know Integrant exists besides component and mount

martinklepsch22:11:21

Hehe, yeah. Let me know if you have any questions

elarouss22:11:16

i have just questions now hhhh so i doing some investigation first is reasonable

elarouss22:11:33

thank you again for being welcoming and helpful

martinklepsch22:11:45

Here’s another issue that might be a good starter and requires changes in a few more places https://github.com/cljdoc/cljdoc/issues/199

elarouss22:11:06

i see, i'll try fixing it 🙂

martinklepsch22:11:46

Let me know if you run into problems :) and send me your address in a DM :)

jsa-aerial20:11:08

So, when I try a build for a repo the job fails with an error that makes no sense. The job is Jobsmartinklepschcljdoc-builder master 7138 if that helps. The error is Unable to resolve var: coll? . coll? is just part of clojure.core.

Daw-Ran Liou20:11:36

Would you paste the full stack trace here? Thanks

jsa-aerial20:11:37

It's gigantic, but here it is:

jsa-aerial20:11:49

Doesn't work - slack says text is too long. Maybe a partial will help:

jsa-aerial20:11:07

Nope too long. Let's try a partial in a file:

jsa-aerial20:11:12

Nope, need to upgrade to paid plan for that.

jsa-aerial20:11:41

stderr -------------------------------------------------------------------- Exception in thread "main" clojure.lang.ExceptionInfo: Could not analyze aerial/hanami/common.cljc {} at clojure.core$ex_info.invokeStatic(core.clj:4739) at clojure.core$ex_info.invoke(core.clj:4739) at cljdoc.analysis.impl$codox_config$ex_handler__983.invoke(impl.clj:21) at codox.reader.clojurescript$read_file.invokeStatic(clojurescript.clj:95)

jsa-aerial21:11:00

at clojure.main.main(main.java:37) Caused by: clojure.lang.ExceptionInfo: Unable to resolve var: coll? in this context at line 1446 file:/home/circleci/.m2/repository/com/rpl/specter/1.1.1/specter-1.1.1.jar!/com/rpl/specter.cljc {:file "file:/home/circleci/.m2/repository/com/rpl/specter/1.1.1/specter-1.1.1.jar!/com/rpl/specter.cljc", :line 1446, :column 3, :tag :cljs/analysis-error} at clojure.core$ex_info.invokeStatic(core.clj:4739) at clojure.core$ex_info.invoke(core.clj:4739) at cljs.analyzer$error.invokeStatic(analyzer.cljc:706)

jsa-aerial21:11:25

Two small snips that might give you enough

martinklepsch21:11:20

Since that’s on CircleCI could you provide the URL to the build?

jsa-aerial22:11:37

I think that is what mean

martinklepsch22:11:50

That's a weird looking issue, I'll take a closer look tomorrow, thanks for bringing it up!