Alex Belanger

Results 17 comments of Alex Belanger
trafficstars

It's an error code (%d), the exclamation mark just doesn't make sense.

Well "dispatch" is a procedure in logistic. You will see that name all over the place, particularly in programming. It's not surprising, it kind of make sense here, but I...

I like Meow, but I might be biased :3

Let's accept suggestions for a few more days then we could link to a poll.

Had a small discussion on IRC, logging here for the record. Essentially, the backwards compatibility of GLFW is quite important and the current state of the PR would affect the...

I prefer the PR as-is, but that'll be a tough sell to @elmindreda. Either way, I'm offering my help too if there's a clear path forward.

Do you have a code example to help reproduce the problem? I suspect a bad manipulation or faulty hardware, because there would be way much of a bigger uproar had...

The default color is white and you set it again to white. Then you draw with SDL_RenderFillRect, which, when the argument is NULL, draws over the entire render target (your...

If there are, they should be able to leverage stack and keep using older versions of GHC as well as the previously submitted versions of sdl2 as an external dependency,...

I have the same issue. It's reproducible. Apparently, Language.Haskell.Exts.Syntax changed in version 1.16.x of the haskell-src-exts package. It seems like the Syntax.hs file is a big copy-paste of their file...