DVSoftware

Results 5 issues of DVSoftware

I'm getting the following error (version 1.0.5): ``` java.lang.UnsatisfiedLinkError: No implementation found for void com.taobao.gcanvas.surface.GTextureViewCallback.onSurfaceChanged(java.lang.String, android.view.Surface, int, int, int, java.lang.String) (tried Java_com_taobao_gcanvas_surface_GTextureViewCallback_onSurfaceChanged and Java_com_taobao_gcanvas_surface_GTextureViewCallback_onSurfaceChanged__Ljava_lang_String_2Landroid_view_Surface_2IIILjava_lang_String_2) at com.taobao.gcanvas.surface.GTextureViewCallback.onSurfaceChanged(Native Method) at com.taobao.gcanvas.surface.GTextureViewCallback.onSurfaceTextureAvailable(GTextureViewCallback.java:81) at...

I can successfully access the certificate stored on the smart card, but is there a way to programatically set the pin code?

Whilie guiding a customer to install OpenSC, we determined that links that are on the wiki page https://github.com/OpenSC/OpenSC/wiki are pointing to a different site: https://www.ps3cfw.com/cool.php?item=76795368

### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/antd-reproduction-template-forked-dsh39p?file=/index.js) ### Steps to reproduce Nest multiple drawers that are visible at the same time ### What is expected? Drawers should be displayed in the...

🐛 Bug

Hi, I'm currently using crypto11 module to login to client certificate protected API, which uses a smartcard to authenticate. I wanted to get rid of crypto11 module and OpenSC dependency,...