Kevin Ullyott

Results 37 comments of Kevin Ullyott

I was able to get this to work by not included `SOURCE_DIR` and instead running it with these arguments: ``` with: args: --exclude '*' --include '/package-name-*.zip' ``` Leaving this open...

I believe as stated here: https://laravel.com/docs/5.8/horizon#running-horizon Horizon has it's own workers so their config would need to be modified or overwritten by this packages worker. Horizon can be added to...

@mrleblanc101 would you mind sharing how you fixed this on your end. I have the same issues in the VueJS, Laravel, InertiaJS app and get the same issue when going...

Sure thing, I will take a look at this and get the logs over ASAP.

> me here too. I got around this by finding out whether or not there were image streams in the item and stripping them: ```php $originalFilePath = $this->media->getPath(); $directory =...

@Shinigami92 hmm, that test seems to make sense and validate the expectation I would have. But this does not seem to be happening in practice outside of tests. My configuration...

@Shinigami92 see a live example of this not working here: https://codesandbox.io/s/hopeful-tharp-tvv97x?file=/src/main.js

> > @Shinigami92 As a a side note, if I understand the vue-gtm code base correctly, the script is only added in a browser context anyways, so the purpose of...

> @Orrison you can ignore the comment. Someone posted a comment (you can read the comment in the quote of my previous post) and then deleted the comment again. I...