<Yxhuvud>
is it a known issue that http://crystal-lang.org/docs doesn't work very well in firefox? when you click into a subentry you lose most of the menu ..
<BlaXpirit>
Yxhuvud, maybe it's the search? clear the field
<jhass>
it's just gitbook
<jhass>
not sure we updated the version recently, might be worth looking into
<BlaXpirit>
naah it's fine, just the search is misleading. i'm 99% sure i guessed this right, and it's not specific to a particular browser
<Yxhuvud>
it is cleared. But the issue may be related as when I click the magnifying glass everything appears again (until the next section is selected)
<jhass>
still, newer gitbook versions might have improved UX there
<ozra_>
Yxhuvud: OT: Just curious, svensk?
<Yxhuvud>
well, it may get rid of the version complaint in the javascript console
<Yxhuvud>
ozra: jupp.
<BlaXpirit>
gitbook version is old indeed
<ozra_>
crystal docs, for me, always close the menu to the left after a click, and always show it scrolled to the top instead of to the active item. This in firefox (I always keep so many tabs open that Chrome is not an option)
<Yxhuvud>
Hmm. StaticArray doesn't seem to accept variables as the size argument. What is the simplest workaround that doesn't fall back to the normal dynamically resized arrays?
<BlaXpirit>
Yxhuvud, the whole point of a static array is fixed size
<BlaXpirit>
so it can be put into structures / on the stack
<BlaXpirit>
Yxhuvud, the lowest level thing with a dynamic size (but without resizing) is Slice
<Yxhuvud>
hmm.
<BlaXpirit>
but its core implementation is the same as Array - pointer to a memory region in heap
matp has quit [Remote host closed the connection]
matp has joined #crystal-lang
pawnbox_ has joined #crystal-lang
pawnbox has quit [Ping timeout: 264 seconds]
mhib has quit [Remote host closed the connection]
bjz_ has joined #crystal-lang
bjz has quit [Ping timeout: 258 seconds]
cloud-oak has quit [Quit: cloud-oak]
|meta has quit [Quit: Connection closed for inactivity]
paulcsmith_ has joined #crystal-lang
paulcsmith_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
snsei has joined #crystal-lang
pawnbox_ has quit [Remote host closed the connection]
A124 has quit [Quit: '']
A124 has joined #crystal-lang
<crystal-gh>
[crystal] asterite pushed 2 new commits to master: https://git.io/vofrH
<crystal-gh>
crystal/master 85f8478 Celso Fernandes: Improve error suggestion when using logical operators. Fixes #2715...