datawench β created an issue.
Never mind. The token is getting in there, I'm just failing to handle the response properly. D'oh!
datawench β created an issue.
Hm. I wouldn't have thought it was that niche? I should think it's pretty common to have .env inside webroot, due to the variety of hosting setups.
But I can certainly create a service provider, as you suggest. If you provided a check as you describe, that would be great.
datawench β created an issue.
I notice that this patch didn't make it into the v10 release. Is that planned?
For some reason, a retest didn't reproduce the issue. Possibly order of install? Unsure. Closing.
datawench β created an issue.
Don't mean to be a noodge, but might you consider a drush command? Again, my concern here is with deployment automation. I offer here a possible addition. The idea is that its export()
would generate a file that you could commit to the repo, and the CI/CD builder could execute the import()
.
datawench β created an issue.
datawench β created an issue.
datawench β created an issue.
Got it. Many thanks.
@aronne I'm not sure I understand. Are you saying that the patch shouldn't apply if you add the appropriate element in the cweagans-style "patches" portion of the root composer.json?
"drupal/http_client_manager": {
"guzzle-description-loader dependency is broken (see https://www.drupal.org/project/http_client_manager/issues/3406108)": "https://www.drupal.org/files/issues/2023-12-22/3406108-7.patch"
}
datawench β created an issue.
The #7 patch works great, thank you!
Sticking with the patch for now, until it gets merged into a release version.
datawench β created an issue. See original summary β .
Patch also works for me. Thanks for figuring this out so quickly.
Given that the library is so old, perhaps a module maintainer here might fork it, update it, and use it instead?
datawench β created an issue.
datawench β created an issue.
I discovered that the new for submit would crash when saving an incoming hook, since it does not have the new events. Modified patch applied.
I found that there was an error when creating a new outgoing webhook, caused by $webhook_config->getEvents()
possibly being empty, and crashing the array_index()
. My tweaked patch is attached.
FWIW, this is happening for me, too, on both local (ddev) and remote (AWS environment). The specific context is media library. The focal point widget appears and is operable when adding an image in the media library modal, but the setting doesn't "take" unless you edit the image and reset it. I observe that when editing, I'm editing the media entity directly, rather than through the media library wrapper.
Drupal is at 10.1.1. The suggested patch doesn't appear to help, nor does flushing cache.
datawench β created an issue.