This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-24
Channels
- # announcements (1)
- # aws (2)
- # beginners (147)
- # boot (19)
- # cider (57)
- # clara (52)
- # cljdoc (18)
- # cljs-dev (14)
- # cljsrn (4)
- # clojure (176)
- # clojure-conj (9)
- # clojure-dev (9)
- # clojure-germany (2)
- # clojure-italy (4)
- # clojure-spec (13)
- # clojure-uk (56)
- # clojurescript (72)
- # code-reviews (11)
- # cursive (17)
- # data-science (1)
- # datomic (52)
- # duct (26)
- # emacs (6)
- # events (9)
- # figwheel (1)
- # figwheel-main (21)
- # fulcro (132)
- # funcool (1)
- # graphql (3)
- # jobs-discuss (42)
- # leiningen (3)
- # luminus (45)
- # mount (10)
- # off-topic (2)
- # re-frame (17)
- # reagent (12)
- # reitit (20)
- # ring-swagger (7)
- # rum (3)
- # shadow-cljs (256)
- # slack-help (15)
- # sql (7)
- # tools-deps (50)
- # uncomplicate (1)
- # yada (9)
Hi @martinklepsch would you help me to find another issue to work on next? Some of the issues seems quite daunting to me even though they are tagged as good-first-issue 😅
I was also thinking about working on improving the 404 page with your suggestions on my previous PR
What do you think?
Hey @U7PQH43PS, so you have any preferred stuff that you’d like to work on? Like maybe more frontend focused or maybe you want to see a different part of the codebase, or...
Also happy to pair on something more complex if that’s something you think you would enjoy
Improving the 404 further is also a good idea of course. I was also thinking we could link to the current version of an artifact if the URL is “within” a uniquely identifiable artifact, eg. /d/reagent/reagent/0.0.0-not-found/doc/readme
could show a link to /d/reagent/reagent/CURRENT/
since that is closest to what the user is looking for
Some other things that could be good options: https://github.com/cljdoc/cljdoc/issues/162 https://github.com/cljdoc/cljdoc/issues/111 Both require getting familiar with the database and have some frontend/rendering component
@martinklepsch are deploys done manually after merging PRs?
Considered automating but I kind of want PRs to be merged quickly and by other contributors as well and automatic deploys might make that too intimidating
As long as all tests had to pass before deploy I think it could be good
It’s more motivating to see a change you made become immediately available
I try to deploy fast
But I see your point 😄
Another issue with this is that we don’t have “no downtime deploys” so every time we deploy we have about a minute of downtime
Hi. I just tried to add the search field from http://cljdoc.org as a keyword to my firefox, so I can quickly search http://cljdoc.org. But the context menu is missing the "Add a Keyword for this Search..." item. Probably because the search field is is not embedded in a html form. 😞
@U2ERGD6UD hey 👋 the search is actually not really provided by cljdoc but just asks Clojars for matching projects (purely JS/client based). Due to that there’s not currently a search results page that you could request via a URL/HTTP request.
Feel free to open an issue 🙂