Hello guys :wave: I'm I the only one having this i...
# arrow
g
Hello guys πŸ‘‹ I'm I the only one having this issue with the Docs? I can't see the code snippets. I thought the problem was on my machine so I used a VPN and still can't see the snippets πŸ˜•
t
yes 😞 i was also experiencing some bugs here and there (where some snippens wouldnt be there, or would not be in a proper snippet box)
Also, it seems lots of snippets are missing, if you are looking for stuff for eithers or optics or something, let me know πŸ™‚ i have a few laying around
g
Thanks alot! πŸ˜„ You have like, resources? I could use any resource explaining the core module of Arrow.
t
Nothing on github right now.. i might contribute a bit πŸ™‚ but i am not sure i have time today for this
dont judge code quality πŸ˜› these were some research notes for a talk, just wanted to provide some quick help
g
Haha πŸ˜„ Of course. That's more than perfect! Thanks again!
s
Hey, These are caused by several bugs in Dokka 😞 We’re trying to patch them, to fix the website.
All the documentation you can find on the website is also available in the KDoc of the code directly.
g
Ah okay.. How do I find the KDoc? Also, do the code examples on the KDoc are showing up?
The KDoc is the documenation of the actual code. We generate the website from the documentation that is inside the code, so you can also browse the documentation easily from within your IDEA whilst reading the Arrow codebase.
g
Oh.. How didn't this cross my mind! Thank you Simon πŸ˜„
πŸ‘Œ 1