Malthe Borch

Results 197 comments of Malthe Borch
trafficstars

That's correct. Neither `first` or `last` were ever implemented in Chameleon. I never really understood them I think (although it's [documented](http://docs.zope.org/zope2/zope2book/AppendixC.html#the-following-information-is-available-from-the-repeat-variable) in the Zope 2 Book).

That is a little unfortunate. I think it would be great to get it implemented. I'm not sure what it would take mostly because I don't entirely understand what it's...

I think you're supposed to always return a string from the `translate` function. This would then mean that `__quote` would not attempt to convert (i.e. translate) twice. If in doubt,...

I suppose in this case it's a bit of a grey area :-)

The internal default marker is not exposed or usable from the outside. It's used as a non-value. But it makes me wonder why `default` is not just set to the...

I can confirm this. Dictionary attributes ignore the `literal_false` setting.

Maybe related to #259.

There is some problem currently with error messages – I have seen the same. I'm going to try and find time to look at it in detail. Should be an...

Does this pull request fix your issue: https://github.com/malthe/chameleon/pull/261 – ?

I wonder if coverage can be made to catalogue the generated .py files directly. The code generator could then insert appropriate `# nocover` pragmas if necessary. I think this is...