Colin Caine

Results 112 comments of Colin Caine

Are you saying that just to comment (that's okay) or because you're expressing a preference that Mux should fix this at our level? I opened an issue on HTTP.jl about...

We currently use HTTP.serve, and with that these errors occur outside of the control of Mux, so we can't catch the errors. The errors occur in the penultimate two lines...

For posterity: There's not a function for that. You would have to write your own middleware to do so, but that's not hard :) You could fairly easily come up...

Oh, lol, you probably wrote this and know that well. I'll leave my comment in case users have the same question.

See PR #38 for details. Types work fine. Classes and interfaces don't work well. I know this isn't satisfactory. There are two solutions I can think of: 1. Relax the...

This is part of a general issue with several exercises that the instructions aren't a complete specification. I think we should specify that users must define their own type. On...

We don't necessarily want the tests to be comprehensive every time, so long as mentors are likely to spot the issue when reviewing the code it's okay. I don't have...

Yeah, I tried to put a nudge like that in the description of robot-name, but I think I wasn't explicit enough. We could introduce the idea earlier on in the...

Shall we try to resolve this? Here are three options: 1. Do nothing and trust mentors to notice 2. Add a test that will take too long if your algorithm...