Results 19 comments of Martin

OK, Thanks for replying. Now I have investigated a bit. So now what the issue amounts to is, I'm not seeing the table of contents on the overview page at...

Firefox 93.0 on Fedora 34 (`Linux xiaosan 5.14.13-200.fc34.x86_64 #1`)

I got a segfault when I tried opening two windows. > Linux xiaosan 4.20.15-200.fc29.x86_64 #1 SMP Mon Mar 11 16:01:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux > Program received signal...

I am getting the same error now (when my app tries to open its window, in GLCanvas::open). My apps used to work but I upgraded everything (so I'm not sure...

Does anyone have any ideas about this? I have the same error (but using Rust).

If you are going to make something a terminating error, could you please make sure that the message sets out the steps that we programmers should follow to fix the...

How do we write a `when` clause with more than one alternative? The book does not say.

Thanks, that is what I meant. Perhaps you could add this to the syntax section of the book. Regards, Martin Ellison (he/him) On Wed, 1 Nov 2023, 22:37 Christian Vallentin,...

Sorry that is not what I meant. I mean the case of ``` enum Suit {Clubs, Diamonds, Hearts, Spades} match suit {Suit::Clubs | Suit::Diamonds => ... ``` Regards, Martin Ellison...