Leon Mika

Results 6 comments of Leon Mika

Thanks for the tip regarding the SVG rasteriser, @TheMightyGit. That "draw2d" branch is quite old: I think I was trying to do too much in it with rewriting the code...

Yeah, I know for myself I can never find a good SVG rasterising tool whenever I need it. But this issue has been open for so long and I haven't...

Thanks for that, @sinisterstuf. In retrospect I kind of regret adding that feature given that it pulls in/requires ImageMagick. Maybe the fix for this is simply to drop the flag.

Hi @tbayne, it's been a while since I've looked at this but I'll do my best to give you a hand here: Goseq uses the [goyacc](https://godoc.org/golang.org/x/tools/cmd/goyacc) tool for generating the...

Here's another test case of what appears to be the same issue if you'd like more data to investigate/reproduce the issue: OPML = http://drummer.scripting.com/_leonmika/blog.opml Blog URL = http://workingset.net This is...

I've been finding wanting a feature like this as well. Certain times I've been effectively iterating over a slice of items, effectively doing a map, and bailing from the loop...