Daniel Skinner

Results 8 comments of Daniel Skinner

I realize this is two years later, but as I recall the material design guidelines called for it. Eventually, touch events would have been replaced with something that sits in...

The code here is the proverbial prototype that's getting tossed out; it's in the process of going through a rewrite. You can see some of the code in package dasa.cc/x/glw...

This was possible back when dmsl relied on lxml since it had the option to pretty print, though lxml pprint wouldn't have resulted in the example given, but close enough...

At first glance, I think this would be better suited as a dmsl filter. Referencing, http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#html_comments_ An html comment filter would just use " :cm " instead of " /...

Well it wouldn't be the first time I changed my mind on something. Originally I said inlining tags and python code wouldn't be supported but fact is, it makes things...

before I forget, investigate use of a new directive for html comments and conditionals using an exclamation. This appeals to someone already understanding html and should make it simple to...

I need to update the README, but this project (as written in python) is defunct as evident by the lack of commits for over a year. This project has been...

The Go port has a command line util for rendering documents and is very much intended to be stand alone. The cli util could be wrapped for a primitive, but...