I have a question that I wanted to ask long ago. Why online Kotlin docs do not display code snippets instantly? One just has to wait few minutes for it to appear
h
hho
10/04/2018, 8:52 AM
They are almost instant (<1s) for me. Maybe fonts loading or javascript loading doesn't work for you and it renders only after the timeout?
m
Mike
10/04/2018, 10:28 AM
I suspect because they're loading an editor and executor so there's a lot of backing code.
I've forgotten the name of the tool they use, but I see it wraps CodeMirror. If you're on slower internet connection, it appears you notice it.
I see a bit of lag sometimes.
It makes help docs painful to refer to. I sometimes shame myself to ask silly questions in Slack, need to refer to docs, but guys in Slack appear to answer faster than docs load
m
Mike
10/04/2018, 1:55 PM
You can download a pdf version of the docs.
Mike
10/04/2018, 1:55 PM
On left, at bottom ‘Full Kotlin Reference’ PDF link
v
ValV
10/04/2018, 7:00 PM
I used to read it in pdf until such things happened
ValV
10/04/2018, 7:02 PM
Today I re-downloaded, so it seems that lost code blocks appeared, but there are problems remain with code snippets