arwillame → created an issue.
arwillame → created an issue.
arwillame → created an issue.
Loading the entity is not working in every cases.
It seems it could be linked to the workflow module. Still investigating.z
arwillame → created an issue.
It is the case, i enabled gitlab ci and the phpcs job runs without issues
Thanks for you review,
I updated the .info file to add the missing line.
For the ai_translate_paragraph_asymetric/src/Plugin/FieldTextExtractor/TextFieldParagraphAsymetricExtractor.php not using the right alphabetical order in the "use", i believe it's fine, i had the issue before and it was because my "Drupal/coder" was not up to date.
Maybe you have the same issue?
For the Readme, is it mandatory to have that line size? it seems a bit too small if i respect this.
Plus, it seems to pass the default phpcs in the pipeline.
arwillame → created an issue.
I created a MR where I altered the prompt to explicitly instructs the summarization function to avoid returning the original text or restating it word-for-word. This should lead to more useful and concise summaries.
arwillame → created an issue.
Thanks for your remark, i changed the branch name to 1.0.x
arwillame → created an issue.
arwillame → created an issue.
arwillame → created an issue.
arwillame → created an issue.
I had some issues testing your proposition.
The form configuration do not allowed me to have multiple values in the "entity_autocomplete".
So i created a patch that allow the user to add multiple entities using the "#tags" parameter.
I also add a check to only do that when the related view allow ultiple elements.
Finally i made a little change in the execute method to be able to use the multiple values in the context filter itself.
Please feel free to comment my proposition.
arwillame → created an issue.
I got the same issue, the configuration is well recorded in stabase but i got the main front page on every domain..
I found that in contrib/domain/domain_config/src/DomainConfigOverrider.php
$config_override_exists never goes to TRUE because "$GLOBALS['config']" variable does not include my configurations.
Here is a patch proposal.