Tomas Norre Mikkelsen
Tomas Norre Mikkelsen
Will see if I can have it done. What do you think of my approach? Doing it like that would be quite simple to do.
> Yes. I always just thought "How can we parse the .gitattributes to be fully compliant like git" something like "**/vendor/*php" is probably possible. And I guess we need to...
I'm facing the same problem. After reading through the [Makefile](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/Makefile) I saw that `BUILD_TAGS` which would be used for the `PROVIDER` variable. I tried this. ```shell BUILD_TAGS=hetzner make build-in-docker docker...
Sorry for the late action. As there are already some dialog going on in #1031, I'll close this one as a duplicate. It isn't meant to be rude, but I...
This is very much related, not a duplicate, but both issues should be into consideration when creating a solution. https://github.com/tomasnorre/crawler/issues/932
Hi @ktallafus I have looked a little into this, to see if I can create some sort of quick fix, that doesn't break anything. The patch below works on my...
I just got this error locally when running with direct request. -- error Warning: chdir(): Not a directory (errno 20) in /var/www/html/vendor/tomasnorre/crawler/cli/bootstrap.php on line 83 Warning: include(/var/www/html/vendor/tomasnorre/crawler/cli/bootstrap.php/index.php): Failed to open...
**Workaround** If you are not limited to direct request, the crawler will still work with `direct requests` disabled. I know it's not a proper solution, but at least it's a...
I'm quite sure that is correct, that the cli user needs to be an admin. Would appreciate a PR with the updated documentation. Think the is the file to add...
As this is information is already on the page that I linked to, I will close this issue. https://github.com/tomasnorre/crawler/blob/main/Documentation/ExecutingTheQueue/ExecutingQueueWithCron-job/Index.rst?plain=1#L29