Magnus Johansson
Magnus Johansson
Same here, doesn't work at all
Same here, on Xcode v7.2, after doing an extract, the string just disappear, not saved anywhere.
@arkatech , @javaherisaber both of your alternative packages depend on the old ffi v1 package. That will cause unresolvable dependencies when using other packages that depends on ffi v2+ Could...
@shantiweb I also get this exception if I do `LaunchReview.launch();` , but if I do specify my appId it works: `LaunchReview.launch(androidAppId: "your.app.id");`
Sadly, when trying to use singleton instances of a converter, and subsequent calls to Convert, DinkToPdf hangs: #62
I am having the same problem. Have you found any solution? It can easily be reproduced in a console app as well, the second iteration in the loop below, the...
One possible workaround can be to instantiate a new `BasicConverter` for each request and force the `PdfTools` object to dispose and unload the libraries after each request in a ASP.NET...
I spoke too soon. This is not a valid work around because; - If using singleton instances of PdfTools and a Converter, DinkToPdf hangs on subsequent calls - If instantiating...
> I make a quick program for reordering `` to the first child, hope It help someone. By the way, I still can't use the svg from designer exported from...
I agree. For purposes of enabling/disabling a submit button would improve the user experience dramatically. As is it now (v2.1.0), the user can submit without filling in the captcha, a...