Tanner Netterville
Tanner Netterville
also low priority: tree view glitches in desktop safari when rotating camera
One of the things I was running into was not being able to highlight the file separators (`==> somefile.log
I've started a local branch to improve the source distribution (and automate more of this so it is less of a hassle) Expect this in 0.8.1 soon.
That's an interesting thing I hadn't considered up till now. We can definitely do that but what's the right way? Options off the top of my head are: 1. a...
Of what's been mentioned so far I like the data attribute the best. It's clean and actually very easy to implement. The CSS "no pynliner" block is my next choice....
Howdy @utapyngo , I do maintain pynliner but I don't actively use it on any projects anymore. This means I only get around to merging in PRs and making releases...
PR #55 is merged and released in 0.8.0 @utapyngo @emiviada @aktywnitu can you confirm if your issue is still happening on version 0.8.0?
I think we should support pseudo selectors. Also any errors should log warning but continue rendering the remaining selectors. These are good improvements to make and I'm sure I'll get...
@p-himik , If you have some HTML and CSS that isn't being handled correctly, the most productive thing you can do here is to fork this repository and add a...
You're right. Pynliner doesn't support loading stylesheets from relative urls when the html is passed as a string. This is because it needs to know how to look them up...