Tobias Löfstrand

Results 51 comments of Tobias Löfstrand

I haven't observed this before myself, and I'm not able to reproduce it currently either. I didn't have any stylesheet quite as large as that handy, but I fiddled with...

Hi again, Have you been able to figure out anything more about what conditions seem to be causing the large memory footprint?

Hi, no worries, thanks for getting back on this. A quadratic memory increase sounds bad indeed - could you mention something more about how your styles are organized? Or if...

Good suggestion - shorter and more convenient ways of expressing things is always good. I'll add this in the next feature release.

Good point, one should of course not go crazy with adding shorthand. But as long as a shorthand form adds value and/or is in line with what exists for the...

That is a great suggestion - I'll certainly consider adding that. Cheers, Tobias

There actually is sort of support for this already: you can set attributed string properties like [this](https://github.com/tolo/InterfaCSS/wiki/Stylesheet-Property-Reference#NSAttributedString). Granted, it's not exactly expressed in the HTMLy way you described, but then...

Sorry, I found some additional documentation that needed updating, and also decided to improve the example and add an additional unit test. I was going to answer the question about...

I've refactored the implementation a bit now, and decided to implement the new behaviour outside ShellRoute, in a separate route class. Here are some of changes: - Created a common...

I've now added more complete documentation with examples to `PartitionedShellRoute`, and I hope now this PR has reached a state where it could be merged. But I leave that up...