Leon Rowland
Leon Rowland
@alko89 Yep I think that might have been it. I'm guessing version 3.0 is Nest 9 only then? Perhaps that needs to be defined in the CHANGELOG? And if so,...
Specifically point at ``` "@golevelup/nestjs-rabbitmq": "^2.4.0", ``` Still suffers from the issue I described in the main issue though, so I think its 2 parts. 3.X depends on Nest 9...
Oh, I still see the sub node_modules, so looks like Nest 9 is set as peer dependency before the 3.X version
Issue is in 2.4.1 and up. Could we get version 2 to stay with Nest 8 and version 3 to go with Nest 9?
@vomnes i think a slight update could be to do fs.Stat istead of e.Open() and then really it could probably be reduced down to a single ServeFileSystem implementation of Filesystem...
For anyone that may want to know how to solve it currently. The docker commands are run from /home/vagrant. I just opted to copy the .env file with an inline...
https://github.com/zogot/NetBeans-WordPress-Coding-Standards/blob/master/config/Editors/text/x-php5/Preferences/org-netbeans-modules-editor-settings-CustomPreferences.xml#L59 change that to false. @cfoellmann if you want to try and see if that works. i'll update the repo.
For me, when I had an issue trying to create a Docker Image that wasn't using volumes my RUN commands were running as root. I solved it by setting the...