Gioele

Results 40 issues of Gioele

Instead of showing application replacements, it would be more meaningful to compare the state of "possible functionalities" offered by the Wayland protocols and those offered by X11 + EWMH ....

big refactor

Not all the namespaces referenced inside a XML node are carried over by `Node#add_child`. Reproducible testcase: https://gist.github.com/gioele/2c88ac73f4f28f79fbc6#file-add_child_ns-rb Output: ``` == Original document aaa bbb == New document == The attribute...

topic/namespaces

It would be nice if Prawn could embed existing PDFs files into the PDF being generated. In my particular case, this would be useful to embed drawings, logos and other...

This persister keeps a cache of cassettes, to avoid the overhead of constantly serializing and deserializing unchanged cassettes. This is especially useful when no changes to the cassette are expected,...

Currently custom persisters must be registered by called the `register_persister` function on an existing VCR object, for example: `my_vcr = vcr.VCR(); my_vcr.register_persister(MyPersister)`. From an ergonomics point of view, it would...

DataFrame assignments behave in a surprising way then numerical indexes are used: instead of the vector replacing the old one, they are added to the dataframe. This is in contrast...

Would it be possible for Calabash to output some profiling information or, even better, to generate a call graph in the [callgrind](http://valgrind.org/docs/manual/cl-format.html) format? It would be awesome to analyse the...

**Describe the bug** In versions 1.8.0, test "73 CTRL-C aborts and fails the current test" hangs when run on a recent Debian sid system. Test 73 gets stuck without producing...

Type: Bug
Priority: High
Component: Bash Code
Status: Confirmed

The coordinates in radial gradients are off. As you can see by comparing the SVG and the PDF renderings (especially the gradient in the fingers) the focus of the radial...