This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-22
Channels
- # 100-days-of-code (3)
- # announcements (7)
- # beginners (147)
- # cider (22)
- # cljdoc (24)
- # cljs-dev (71)
- # cljsrn (8)
- # clojars (3)
- # clojure (45)
- # clojure-conj (11)
- # clojure-dev (1)
- # clojure-italy (21)
- # clojure-nl (2)
- # clojure-spec (76)
- # clojure-sweden (2)
- # clojure-uk (100)
- # clojurebridge (3)
- # clojurescript (15)
- # cursive (7)
- # data-science (2)
- # datomic (7)
- # emacs (9)
- # events (2)
- # figwheel-main (4)
- # fulcro (117)
- # jobs (2)
- # jobs-discuss (21)
- # leiningen (184)
- # nyc (4)
- # off-topic (50)
- # planck (6)
- # re-frame (14)
- # reagent (25)
- # ring-swagger (5)
- # shadow-cljs (96)
- # spacemacs (5)
- # sql (26)
- # tools-deps (12)
- # uncomplicate (1)
- # yada (3)
@U5H74UNSF what DNS are you using?
~ ❯❯❯ nslookup
Server: 10.0.0.1
Address: 10.0.0.1#53
Non-authoritative answer:
Name:
Address: 174.138.5.68
~ ❯❯❯ nslookup
Server: 10.0.0.1
Address: 10.0.0.1#53
** server can't find : SERVFAIL
dig +short -t ns
please 🙂
~ ❯❯❯ dig @8.8.8.8
; <<>> DiG 9.10.6 <<>> @8.8.8.8
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42204
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;cljdoc.org. IN A
;; ANSWER SECTION:
. 299 IN A 174.138.5.68
;; Query time: 40 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Mon Oct 22 09:57:30 CEST 2018
;; MSG SIZE rcvd: 55
~ ❯❯❯ dig
; <<>> DiG 9.10.6 <<>>
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 23899
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;cljdoc.org. IN A
;; Query time: 220 msec
;; SERVER: 10.0.0.1#53(10.0.0.1)
;; WHEN: Mon Oct 22 09:57:38 CEST 2018
;; MSG SIZE rcvd: 39
~ ❯❯❯ dig +short -t ns
~ ❯❯❯
hm too bad 😄
There's nothing I can do about this is there?
How do you mean @U051BLM8F ? 😄
Well, now I don’t have access to http://nrepl.org and http://nrepl.xyz became the official domain there unexpectedly. 😄
Just annoy Reid until he submits to your requests :D
If you want some extra certainty that your cljdoc.edn
doesn't contain any incorrect paths you can add this to your CI steps now:
curl -fsSL | bash -s doc/cljdoc.edn
What do people think about only expanding doc tree subtrees when the user navigates into them? https://giant.gfycat.com/FrenchBitesizedLiger.mp4
I like it. It’s quite intuitive to me. I found https://readthedocs.org does the same thing
Do you have an example of some good readthedocs docs?
readthedocs as so many different UIs/themes
I’ve unfortunately spent a lot of time look at https://sequelize.readthedocs.io/en/v3/ 🙂
I also got one that uses the default theme: https://djoser.readthedocs.io/en/stable/settings.html
probably a good idea. if you want to get fancy, you could apply a heuristic based on how big the fully expanded tree is and only do it if it’s more than about one screen full
I'd also love to integrate the actual document's TOC into the sidebar but I'm not sure how feasible/nice this is due to long-ish headings etc.