Noah Hummel
Noah Hummel
Yes I think closing the PRs and performing the upgrades manually is the way to go. We can start using dependabot again once we reach a good and up-to-date state.
Seems like Saucelabs is not working. I guess these tests are not executed locally. Unfortunately I don't have time to check it out at the moment, but I suspect the...
Is this intended behavior or a bug? If it is a bug, can we do anything to get this addressed? I'd be glad to help out.
This affects https://github.com/isomorphic-git/git-http-mock-server downstream. It would be nice if you could merge this :smile:
Hey @kusigit :wave: Thank you for your PR! Just letting you know we're aware of it. We'll be in touch regarding the review as soon as feasible. Have a great...
Maybe we can use [Azurite](https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azurite) for testing.
[You could also be running out of local ports.](https://github.com/ddosify/ddosify/issues/129#issuecomment-1621127415)
FWIW, I experienced similar issues, and found that I was running out of local ports, since the default port range on linux only allows for ~28k outbound connections. In my...
A quick grep through the codebase leads me to believe it is handled in `ModuleInstall/ModuleInstaller.php`. It seems the administration installdef is handled by the `ModuleInstaller::install_extensions()` method, which in turn calls...
Also, I have a hunch (because of some issues when trying to uninstall plugins when the upload directory was reset) that the uninstall procedure uses the manifest file to remove...