Thiago Macedo
Thiago Macedo
Reusing dom elements make the them compatible with previous events and bindings
On mobile when scrolling vertically (with dragend mode set to horizontal) its annoying to have the content dragging to sides litle-by-litle when user just want to straight scroll vertically. Also...
The following syntax trigger a `TemplateSyntaxError` ``` {% if me.number >= 0 %} // Uncaught exception 'TemplateSyntaxError' with message 'unexpected character in filters : "=" ``` Also using negative value...
A use case needs to have the whole context in a variable. Is it possible currently? ``` {{ context.length }} {% for k,v in context %} ```
I`m not sure if this is possible within django, but would be good to combine the result of a Tag call with a Filter callback. ``` {% add number1, number2...
Allow `$('.form').stepy('step', 1)` which raises error due to jQuery array object
Most of the problems I've found with Mongo was with data types. Its possible to overcome it by strictly casting your data (not one of php strengths..), but this is...
`xdebug_evaluate` to store previous commands and allow to iterate them with Up/Down keys (same as Find). Its currently hard to use it because one needs to type every command issued
Currently the Xdebug Context windows parses the data for every iteration with code. Seems fine, but its currently very slow to render. I know it cause I use older machines...