realrecordzLab

Results 18 issues of realrecordzLab

Is possible to integrate this inside a google chrome extension? I've Installed the library using npm and I'm using it inside the background script but it seems not working? ```...

I've successfully added this library to a telegram bot by using the QnA example. After some tests seems working fine but I want to make the conversaton more human so...

I have this code from [node-onvif](https://github.com/futomi/node-onvif#get-the-snapshot) library. It will take a jpeg snapshot from the selected ip cam stream. I need to convert snapshots into a video and then stream...

I'm trying to convert some blobs chunks that will be fetched from a remote source into mp3 using this library. The problem is that the `lamejs.WavHeader.readHeader` seems not working. In...

I'm reading on the official quill.js repo [this issue](https://github.com/quilljs/quill/issues/1089) about image uploading in quill. I need to avoid that the images are added to the DOM in base64 format but...

I'm using this code to schedule a daily task to send some alert to subscribed users. I've noticed that the task is not running ```js const cron = require('node-cron'); cron.schedule('01...

[Manifest v3](https://developer.chrome.com/docs/extensions/mv3/intro/) is coming and as writed on the chrome extension developers documentations it will be soon mandatory to use it. Will this cli plugin support manifest v3 soon?

I've started using this plugin with vue cli ui. I want to create a new tab when the extension button is clicked, so I've selected standalone when I've configured the...

I'm trying to use this library in my project to automatize the account signup process but I'm unable to make the library work. I get this error after the cli...

I've noticed that if I create the required files inside the `dist` folder of my vue app, the build will fail because it's unable to found the capacitor nodejs module...

needs reply