Dann Luciano

Results 8 issues of Dann Luciano

The `ugettext ` has deprecated in `django` 4.0. https://docs.djangoproject.com/en/4.0/releases/4.0/#features-removed-in-4-0

In my enviroment the config.ru can not load the app.rb file

Without this change, after the morph, attributes (open, value, ...etc) are lost.

How preserve attribute values missed from new content? For example: ```js let details1 = make('Details1Something') let details2 = make('Details2Something') Idiomorph.morph(details1, details2); should.equal(null, details2.getAttribute("open")); details1.getAttribute("open").should.equal(""); ``` I want that ```details1``` have...

I think that a magic command like ```%SCHEMA``` is a nice thing as alternative to ```.schema``` that does not work.