Reuel Ramos Ribeiro

Results 13 comments of Reuel Ramos Ribeiro

I just run into this situation myself. There is one package that I know it is safe to ignore. And only it has many vulnerable dependencies which ends up generating...

For me, last version of framework7 2.x, iOS 12, iphone 5s, the css did not work. I had to use javascript to set my content (within `.page-content`) with `height: 100%`...

It could be inspired by this lib https://www.npmjs.com/package/jest-sorted

@tmorehouse @probil Hi, If I understand the problem here, it is the same I'm having with custom components: I'm using a custom input component from Quasar framework. They have a...

Hi @karam94, I was having a very similar issue and in my case it turned out I was installing the plugin during the `ssr` phase of my app and the...

@ogulcantumdogan Any more details of frameworks and libraries you are using? In my case, I am building an app with [quasar framework](https://github.com/quasarframework/) for a `spa+ssr` (**s**erver **s**ide **r**endering). I just...

Hi, I was also involved in looking up this issue. Some points we thought worth looking into: Maybe it missed removing nodes in this point: https://github.com/moleculerjs/moleculer/blob/6ea23c6280179cfc8eb7d8f01c09c1d65a4a7a07/src/registry/service-catalog.js#L221-L228 Because there is a...

Just an update that could help: We are using a forced hack to clean up the resources and so far the memory has been more stable along the week (yet...