Luca Bertelli

Results 45 comments of Luca Bertelli

@danchitnis let me know if you need some help (even though I don't have much experience with WebGL). I find your library very helpful and would be happy if it...

When serializing objects that contain `BigInt`s, I'm getting the error: ``` Invalid hexadecimal string. ``` Has some progress been made on this?

Thanks @olirice. I also just realized that the same can be applied to query filters, since right now there's no possibility to filter based on nested fields. See [Hasura docs](https://hasura.io/docs/latest/queries/postgres/query-filters/#pg-nested-filter)...

It doesn't work even with https://github.com/chemerisuk/cordova-plugin-firebase-dynamiclinks/issues/31#issuecomment-636358306 for me

Have you guys enabled the plugin in your Android app as described in https://github.com/TeamHive/capacitor-video-recorder/issues/23#issuecomment-626460772?

@donmb1 what version of Capacitor are you using? When I commented I was using **v2**, but now **v3** is available and there are some changes on how to enable plugins...

@donmb1 if your are using **Capacitor v2**, this is the correct method to register the plugin and it should work I think... If you're are on **Capacitor v3** instead, this...

@donmb1 which version of this plugin you have installed? Maybe you should use [v4.0.1](https://github.com/TeamMaestro/capacitor-video-recorder/releases/tag/v4.0.1) instead of [v5.0.0](https://github.com/TeamMaestro/capacitor-video-recorder/releases/tag/v5.0.0), which is the last one and introduces compatibility with Capacitor v3

> @Luca8991 this is my packacke.json, I am using 4.0.1 > > ``` > { > "name": "xxxx", > "version": "0.1.0", > "private": true, > "scripts": { > "serve": "vue-cli-service...