Luciano Graziani

Results 25 comments of Luciano Graziani

I'm having the same issue with node v12 and firebase-admin v9.11.1, actual latest. I tried the suggestions here: https://stackoverflow.com/questions/38558989/node-js-heap-out-of-memory/59923848#59923848, but couldn't make it work.

I found the cause of the problem. Was this library: ![image](https://user-images.githubusercontent.com/15050200/134199873-4a2641e2-7e84-4060-9707-ab8caa32f21b.png) With a fresh install, everything was working as expected. Updating `websocket-driver` resolves the issue.

BTW, I'm already using this PR in a codebase with more than 100 less files, and nothing went wrong :+1:

Sry the delay! I just rebased and fixed the extra noise in the code :)

1. Did you have the renamed file open (in another tab) when doing "go to"? - No. 2. How much time passed between the rename and go to? 1-2 minutes...

> How much time passed between the rename and go to? 1-2 minutes or more? The bug in my first message still happens, and it has been more then 8hs,...

Ok. I tried deleting and installing the plugin again and didn't fix anything. Then I tried something wild as to rename the root folder. It fixed all the bugs. Perhaps...

BTW, if I rename the root folder back to its original name, the bugs still happen.

Can you explain why it is recommended to use PIXI as a global variable? Thank you! By the way, I will try to make it work with es6 import/export :)