mrh1997

Results 45 comments of mrh1997

Of course this workaround works, but it means the power of CSS styling via selectors cannot be leveraged.

With "just CSS" you mean `style="background-color=red"`? I tested this out. It made the situation worse. Now the color is not switched at all (it permanently is red)

My fault. I simply looked for a LICENSE file and didn't check the README, as I expect the README to contain intructions how to use the software. But as it...

Here is a [link](https://itunes-64-bits.en.uptodown.com/windows/download/2327328) to the last version (10.10.8) that supported "Apple Application Support". This could be used as workaround until the problem is solved...

My intention was not to find a hack (I implemented already a workaround via CSS), but to fix the issue. I would even provide a pull request if s.b. conforms...

I am happy that you like the concept. Of course I will finish all jobs discussed until now _before_ starting the generalized backend mechanism. I create this issue that early,...

I think we agree already about the rough concept ;-) To summarize it: - we start creating the binding generator for ctype-bindings. That means the resulting file is a pure...

Unfortunately I found no Jinja2 compatible mini templating engine. Titen (https://code.google.com/p/titen/) looks fairly promising, as it has only ~200 lines of code. But I prefer to use Tempita (http://pythonpaste.org/tempita/) as...