Francesco Pretto

Results 18 issues of Francesco Pretto

Is there any dump functionality? Like clicking a node and save it to file? I don't see it but I guess it's trivial to add.

I was wondering if it could be theoretically possible for XCode to produce **non**-FAT binaries that works in both iOS/MacOS. Provided there's an ABI that works in both the operating...

Is there a standalone version od the library? If no, how easy it would be to strip it from boost just using C++14 standard libraries?

enhancement
help wanted

I'm trying to use Vine Server because of poor performance of free VNC clients on Windows connecting to the stock "Remote Management" feature of MacOS. Vine Server has better performance...

enhancement

The `attach-artifact` is a very useful goal but it's very unforgiving if the artifact to be uploaded is missing, causing a build error ("Could not transfer artifact...No such file or...

For software selection purposes, can you be a little bit more specific in the README.md about what QR code standards/variants the library is supposed to support?

question

I noticed the library fails with base64 encoded wrapped text (typically column text). Wrapped text can be obtained for example by using [this ](https://www.base64encode.org/)online tool and clicking "Split lines into...

A couple of important missing features is the ability to directly iterate utf16 strings codepoints and appending codepoints to existing utf16 encoded strings. For iterating codepoints, one implementation can be...

I read issue #2 which was asking about removing `decodeArrayBuffer`. After reading your answer what's its purpose is still not clear to me. It returns an array with size always...

**Description** I suggest catch2 to implement a semantic to display some messages only in case of failures. [GoogleTest](http://google.github.io/googletest/reference/assertions.html) has it in this form: ``` EXPECT_TRUE(false)