Kurt Neufeld

Results 15 comments of Kurt Neufeld

I'm in a similar boat, I want more control than just `{{captcha}}`. What magic do I need to put in between the `{{}}` below? ``` html {{ captcha.the_img }} {{...

I've just checked `master` and I can't find `test_end_symbol2` and the example grammar listed above doesn't import. ``` E lark.exceptions.GrammarError: Unexpected input at line 2 column 13 in calculator/grammar.lark: E...

Looks like you reverted in 3bee21051e8440e506ea13f45b224e2f6d668662 but you don't say why.

So it does... again, not an expert, but that's very non intuitive. Thanks for the help!

May I suggest `ssh-copy-id` as the command (or some subset of that) so it more closely matches the unix command of the same name. The whole looks like a duck...

That sounds pretty reasonable but I'm not nuts about the name. What about `FixedSetField` or `ChoicesField`. I'm leaning towards `ChoicesField` as that more closely matches what's in Django.

I think the api should be `ChoicesField.__init__(choices, *args, **kw)`.

Did you have a merge request or something you want me to take a look at?

I think accepting a `dict` just over complicats things for no gain. Caller can just pass in `dict.keys()` instead of the field itself having to always check. But then that...

That's a good idea, I'll do that. Thanks for the suggestion!