Martin Ender

Results 32 comments of Martin Ender

Since this seems to have been quiet for a while, I'd also like to voice my support to RGB references for index images.

@ketch, yes of course, I need to write the initialiser anyway. But currently I also need to write two ~10 line BC functions (which call that initialiser again to reset...

By "up to epsilon", do you mean they could differ in the least significant bit, or that they'll be identical to machine precision?

Ah right, I wasn't aware of ε in your code. (lol, Unicode indentifiers :)) For now, I'll just try to stitch the vertices together if I need to, but thanks...

Note to self, if I implement this, I have to take RTL-mode into account. In that case I would need to append ``` (?

That's not gonna happen anytime soon because it requires tokenising the regex, but I'll consider it if I ever do that. On 20 Aug 2016 7:43 p.m., "Kenny Lau" [email protected]...

I'll think about it. I don't want to go _too_ overboard with these shorthands, but this one seems useful.

For your specific example it's shorter to do ``M`.`` though, or ``M%`.`` if there can be multiple lines in the input.

A limited way of this is possible in Retina 1.0 by doing something like `${$1}` where `$1` evaluates to which other group you want to include. Not quite as flexible,...

I was thinking this feature would only apply to the problem setting mode and solution mode would ignore it, as I don't see any use for this when solving problems.