Azeem Haider

Results 26 comments of Azeem Haider

No, not able to do with wavesurface.js but I created custom one. ```ts // @ts-nocheck import React from "react"; interface IAudioRecorderProps { state: string | null; type?: string; backgroundColor?: React.CSSProperties["color"];...

no, I think this error is from third party lib which create thumbnail.

If you are using same app in different port for load balancing then there is better option use PM2 with cluster mode, it will handle everything for you

NodeJS is single thread, so it use only one process when you run cluster mode you specify how many process it take to run on max use `pm2 start app.js...

You are running in cluster mode `exec_mode: "cluster"` and using only `"PORT": 3000` other ports will not work in nginx `3001, 3002, 3003` Cluster mode will not automatically run your...

Don't know about colab notebook but this is working fine in system. Might be there is some problem in loading "credentials.json" file into colab. From where it is getting the...

Please provide the code what you are trying to do

These class properties are removed by FireO here you can [check it](https://github.com/octabytes/FireO/blob/master/src/fireo/fields/base_field.py#L89) if you want to get field values you have to check how [MetaModel](https://github.com/octabytes/FireO/blob/master/src/fireo/models/model_meta.py#L317) is working. You can get...

I will check it when I have some free time currently I'm busy but any kind of Pull Request will be acceptable