Fabrizio Ruggeri

Results 133 comments of Fabrizio Ruggeri

Hi @lovell , thank you for this amazing project! I'm using it to build [Caravaggio](https://ramiel.gitlab.io/caravaggio). Without sharp it wouldn't be possible, or at least so easy to realize! I'll let...

Yes I read the documentation: > This may have unintended side-effect, e.g. if the job is currently being processed by another worker, so only use this method when you know...

Sorry for being so late on this. I noticed the same and I think it's because `job` is a different instance, so the event emitter cannot work. The same event...

For example, if you put, in pong file ```js job.on('progress', (i) => { console.log('PROGRESS', i); }); ``` this is not working either. I think this is because of bee architecture:...

I have the same use case. I have some service that can be registered into the global namespace (`Container.set`), but I also have a container that depends on the request...

My two cents on this. This package is in a way the best dependency injection project in the nodejs ecosystem. On the other hand the lack of maintenance is clear:...

If any of you already looked for an alternative, do you have any suggestion?

@scriptcoded thanks for the hint but I probably prefer something that does just the IoC job, without getting all the code from NestJS. I don't know how bloated is to...

This is still not working in version 2.4.0