Mauricio

Results 14 comments of Mauricio

> > This issue is still appearing when I install tensorflow[and-cuda] using poetry. It is installing the 2.14 version. > > It is also still appearing in tensorflow 2.15 -...

Hi @PymZoR Fixed. However, the `.onmesage` method is not working, only by the `addEventListener( )`. Any ideas why?

> @nikolay-borzov > Why do we use `pm2-runtime` here? > Looks like it cannot find config in the project root. > ``` > pm2-runtime start > > error: missing required...

I could deployed successfully to Heroku with pm2-runtime start index.js. Note: pm2 start index.js works ok with heroku local, but it doesn't when deployed. You need the pm2-runtime start index.js...