Anders Kaseorg

Results 388 comments of Anders Kaseorg

This is still an issue, and I’ve helped to diagnose it above, but I’m getting tired of having this useless conversation with a bot. If a human has a better...

Maybe selecting two lines should just give you the _directed_ angle bisector, so that if you select two rays in one order you get the internal bisector, and if you...

I don’t know if this is something you can do with Geogebra, but one thought I had is that, whenever you create or move a free point, the game should...

Did you push this fix already? I see no new commits in the repository, and I’m still able to cheat level 13 in the way I described to you earlier.

Looks like it will need three improvements to be effective against my cheat: - It should also apply to points created on a line or circle, not just unconstrained points....

Or, as an alternative to nudging each point as soon as it is moved: whenever the level becomes complete, you could nudge every movable point and check whether the level...

This is what the [`input` event](https://developer.mozilla.org/en-US/docs/Web/API/Element/input_event) is for. Use the `input` event.

It’s better to reuse existing terminology exactly than to make up slightly different synonyms, so consider `HTMLSelectOneElement` instead.