‮rekcäH nitraM‮

Results 328 comments of ‮rekcäH nitraM‮

I obviously would prefer this not to be in retail form rendering. :-) `title_attr` is fine by me - anything thats not that easy to misplace. In the long run...

The effect I achieved using the above mentioned workaround is this: i.e. all the option elements have a `title` attribute that gives additional information about what the chosen element does....

I don't have any time for this right now, but if I do get around to work on this again, I'd be happy to provide a pull request.

The code in question + workaround looks roughly like this: ```python class QuestionEditSchema(YeepaSchema): answers_child_schema = AnswerEditSchema answers = colander.SchemaNode( colander.Sequence(), answers_child_schema( name="answers", title=_(u"Answer"), ), validator=colander.All( colander.Length(min=2), colander.Function( lambda answers: any(map(itemgetter('is_correct'),...

@maintainers: Having the plugin from @aquirdTurtle is great - but ideally this should be a feature of the jupyterlab-toc plugin. Is there any way you guys can possibly merge this?

Well, I would have expected that command-line values have more precedence than config file options. For development at least I would like to quickly override a setting from the shell...

We just figured out that commenting out https://github.com/zopefoundation/Zope/blob/215bc42f7bf91c29d02c92cb55b1c3a5c562e651/src/Testing/ZopeTestCase/ZopeLite.py#L143 (which should already disable all indirect use of PageTemplate.Expressions) doesn't kill any tests. That should make this task much simpler.

Did you try reading the readme and the linked blog post in it?

I'd love to hear what you think - for sure there is still some extraneous code in there, but it is what I have currently deployed and am working on...

@ClearPathDigital: My fork has specific config variables for the IMAP settings and will auto-generate a config file from that. Have a look at the code! I've not yet enabled issues,...