Results 22 comments of Evan Martin

Any update here?

This code hasn't been touched in 10 years(!), so I doubt it's useful to even try to get working. I think gccxml (which this used) was also abandoned. I think...

I haven't touched this code in 5 years (!) but I think the issue is code like https://github.com/evmar/gocairo/blob/master/cairo/path.go#L43 ``` parts := (*[1

I just wanted to comment on this bug to ensure it isn't lost. To summarize, there appear to be three different 'official' logging packages (Go, appengine, stackdriver) and no clear...

Yes, thank you! Sorry for not finding that documentation section. Retracting my steps, I think from [here](https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser#documentation) the link drops you into [here](https://docs.rs/wasmparser/0.80.1/wasmparser/) but from that you have to scan...

See the linked web-mode bug for an alternative solution approach.

I wonder if you could use an SVG foreignObject with a canvas to render HTML: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Drawing_DOM_objects_into_a_canvas On Mon, Nov 16, 2015 at 8:18 AM, Daniel Perez Alvarez < [email protected]> wrote:...

It appears you're comparing a release from July against a release from October, so some change is expected. It's possible a change in how @nreid260 made releases affects this. Is...

If you wanted to help on this bug, you could try diffing the contents of the jar file and paste your findings here.

Jar files are just zip files, so you can unzip them both. It's unlikely we'll investigate this ourselves anytime soon (sorry!).