Stein Strindhaug

Results 14 comments of Stein Strindhaug

Though I think the small buttons probably also should be red on hover like the second example. I don't agree that they all need to be the same. The first...

Is it really desirable to have the date picker float above the save/preview bar? I think it would be sufficient to just make sure you can scroll down and see...

Adding `|safe` a few places is certainly a small task, but auditing 3784 lines of po-files containing the character `>` and 4068 files containing the character `` is used not...

Btw, ignoring any safety issues; it's really useful for translators to be able to insert html-entities, the `­` entity (soft hyphen) in particular, even when the source text doesn't have...

I'm no longer able to reproduce the stack trace directly in the web view (even though DEBUG is true) it either times out (because it doesn't complete within 30 seconds)...

The non-unicode filename issue doesn't give a stacktrace anywhere, only a plain "Internal Server Error" page: ```html Internal Server Error Internal Server Error ``` It's not the normal djano error...

I had the same problem and I've created a fix for this (noticed this issue when I was about to create the commit). Since I often find that the classical...

I added two simple tests, thinking the build failed because there was no test coverage or something... But now I see that its some other errors that seems unrelated to...

I changed the term from "offset" to "relindex" in my PR to avoid confusion with the other usage of "offset" in the same component. Updated the description here.