Alberto Méndez

Results 4 comments of Alberto Méndez

The problem was with the `Culture` when formatting the `String` in the library to convert to SVG, I fixed it by adding `CultureInfo.InvariantCulture` at the start of them: `String.Format(CultureInfo.InvariantCulture,..)`

I sent you 2 PR. One fixing the String Culture bug and another one adding the conversion to VB.NET of the C# library,

This error could be related to another one I found in Android when you try to reopen the MobileScanner widget. It happens trying to read one QR after having read...

This can be achieved in the `afterGet` method: ``` $afterGet(queryContext) { delete this.returning_value; } ``` It would be nice to just set the `writeOnly` parameter to the property but this...