Maciej Kubiak

Results 4 issues of Maciej Kubiak

Added new config param: encodeAfterRecord (#13) Updated sample to show this feature too

Added pause recording functionality (#17) Updated sample to show this feature too

Adjust encoding process after recording (#13) Fix sample to disable buttons during this encoding

The extended client doesn't provide access to the related fields. I modified [this doc example's](https://github.com/prisma/prisma-client-extensions/blob/e86f360179ee45d3c626c26561bb0f193de86c49/static-methods/script.ts) script.ts file to illustrate the problem: ![image](https://github.com/prisma/prisma-client-extensions/assets/24699593/2bb45f35-2416-4a7f-97dc-6284a101010b) ![image](https://github.com/prisma/prisma-client-extensions/assets/24699593/f4f9a386-63ec-43c5-8f25-e27983bc15ba) The extended client (extension is empty) doesn't...