Fork me on GitHub
#cljdoc
<
2018-10-22
>
martinklepsch07:10:58

Is http://cljdoc.org working for you?

👍 28
👎 4
martinklepsch07:10:29

@U5H74UNSF what DNS are you using?

mkvlr07:10:19

I think our deutsche telekom DNS

mkvlr07:10:06

~ ❯❯❯ 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

martinklepsch07:10:26

dig +short -t ns please 🙂

mkvlr07:10:10

~ ❯❯❯ 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 
~ ❯❯❯ 

mkvlr07:10:28

works via google but not via our deutsche telekom dns

martinklepsch07:10:51

hm too bad 😄

martinklepsch07:10:04

There's nothing I can do about this is there?

joelsanchez08:10:20

working from Spain

.
.
.
.

🙌 4
bozhidar17:10:32

Now we’ve come full-circle! 😄

martinklepsch18:10:56

How do you mean @U051BLM8F ? 😄

bozhidar18:10:33

Well, now I don’t have access to http://nrepl.org and http://nrepl.xyz became the official domain there unexpectedly. 😄

martinklepsch18:10:18

Just annoy Reid until he submits to your requests :D

martinklepsch18:10:55

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

vesihiisi 8
martinklepsch20:10:02

What do people think about only expanding doc tree subtrees when the user navigates into them? https://giant.gfycat.com/FrenchBitesizedLiger.mp4

Daw-Ran Liou21:10:52

I like it. It’s quite intuitive to me. I found https://readthedocs.org does the same thing

martinklepsch21:10:44

Do you have an example of some good readthedocs docs?

martinklepsch21:10:08

readthedocs as so many different UIs/themes

justinlee21:10:40

I’ve unfortunately spent a lot of time look at https://sequelize.readthedocs.io/en/v3/ 🙂

justinlee20:10:15

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

martinklepsch21:10:35

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.