Travis A. Everett

Results 236 comments of Travis A. Everett

I ran into this as well. I tried it with a few different python versions, and it looks like this behavior appears in python3.8, but is not present in python3.7.

https://github.com/sekogan/MarkdownLight can highlight these code blocks, so it may serve as good example if someone tries to implement this. It also looks like a fork of that extension at https://github.com/evandroforks/MarkdownLight...

I ran into this yesterday (by way of bashcov, which I naively thought would be trivial to package 😆 for an experiment I'm doing on fuzzing shell scripts...). I took...

@PragTob Ok. I assumed it was just the internal state file (and that for some reason specifying the formatter did disable the default, but not produce an intentional output) but...

liZe responded (and closed) in https://github.com/Kozea/cssselect2/issues/22#issuecomment-860178689: > Hello! > > The bug is in svg2pdf: it calls `compile_selector_list` on each rule prelude it finds, but this only works when rules...

I was trying out svglib today and found this issue while searching for existing reports of an error I ran into: ```console $ svg2pdf simple-css-case-fill.svg Can't handle color: url(#Crosses_Grey) ```...

I'm aware. That's why I said the support is only relevant if this proceeds at some point.

@randy3k Not running master, or my output would show the same. I'd already wiped the debug branch I was working on, but I've re-produced the issue for you: Broken/coverage: https://travis-ci.org/abathur/constellation/jobs/364712602...

@randy3k I saw that you were able to reproduce this CI failure on a fork yesterday. I also noticed that you've bumped versions, so ran the failing build again to...

@randy3k I figured this out today. I'm tempted to close because this is _mostly_ my fault, but I'll see what you think since it was a little tricky. - At...