Christopher William Schankula

Results 41 comments of Christopher William Schankula

@evancz In our McMaster outreach program Graphics library, we give the students an `(x,y)` vector as a tuple representing arrow keys where, for example, `(-1,0)` means the left arrow key...

@yawaramin Good point. Still seems unnecessarily complicated in my opinion (and probably slightly slower)!

I support this. I already love how HSX is much more type-safe than HTML itself 😊

Very true! Let me think about this. How might we identify them? Preferably without the user having to give them names or changing the API in any way.

Hmm, thinking about this more, what I could probably do is put a counter in the current context, and then each time there is a call to `paginate`, the counter...

Perhaps `generateRoute` or `generateRoutes`?

Are we going to leave `parseRoute` for now to avoid breaking people's old code? I can see arguments for both sides.

I honestly feel like the number of people who would need to understand the fact that implementation detail is very small anyway imo.

If this is going to be something that would be possible, I'm all for it, since I have myself been confused trying to use a non-supported type with `AutoRoute`. If...

Sorry if I didn't explain it that well. I had suggested it on Gitter and Marc suggested I make an issue to look at later, but I should have explained...