ayZagen

Results 47 comments of ayZagen

@lpinca We rely on ws and want to upgrade our servers to http2. It would be great to have http2 support on ws. Thanks

```textFieldName``` set to 'category', ```valueFieldName``` set to 'category_code' and ```childrenFieldName``` set to 'category_list' ``` [{ "category": "A", "category_code": 2, "category_list": [], "icon": null, "selected": false }, { "category": "B", "category_code":...

my temporary fix changing ```data``` prop to ```itemData``` and creating a watcher for it ``` watch :{ itemData : { handler(val){ this.data = JSON.parse(JSON.stringify(val)) },deep:true,immediate: true } } ```

I would like to connect to a PKCS#11 module (libsofthsm2 in the example) with the specified PKCS#11-wrapper native library (pkcs11wrapper.dll) and get an interface to it.

well, you are definitely right but that would require too much work, for every pkcs module I should create a new dll. In the example you provided, we can create...

@rmhrisk is right. I really feel very dumb, I didn't notice fortify. It looks promising and slick let me try it it out

I was OK with adding field `'constructor': typeof ClassName` but after upgrading to TS 3.5.1 I receive error `Classes may not have a field named 'constructor'`. It is really obtrusive...

@SimonNitzsche those changes already included in 6.4.11.1, no exception is thrown in my case. ```sh $ php -r "print_r(function_exists('imagewebp'));" 1 ```