Recent comments

🇮🇳India msankhala Bikaner, Rajasthan

Adding related content

🇮🇳India msankhala Bikaner, Rajasthan

code snippet lang change.

🇮🇳India msankhala Bikaner, Rajasthan

Indentation issue

🇮🇳India msankhala Bikaner, Rajasthan

I see some of the information are outdated. I see the need to update them in context to Xdebug v3.*. Recently I made the change to  Profiling memory usage  page. As it was not relevant for Xdebug v3.*. 
Also I want to add two pages one related to Profile function usage and Slow query logs That will explain how can you profile the functions call counts and time consumptions on any page. Also how to quickly check the slow query logs to identify the slow query.

🇮🇳India msankhala Bikaner, Rajasthan

Typo

🇮🇳India msankhala Bikaner, Rajasthan

Added the section to use the xdebug settings as per the Xdebug v3.

🇮🇳India msankhala Bikaner, Rajasthan

I just saw your profile, You are an experienced Drupal developer. :) I would be happy to make you a co-maintainer if you want to release the D10 version by yourself.

🇮🇳India msankhala Bikaner, Rajasthan

Yes, This module is maintained. I would be happy to release a D10 version if you can submit D10 compatible patch.

🇮🇳India msankhala Bikaner, Rajasthan

Patch #5 works fine. If there are no schemes configured then the "Scheme 1" tab shows proper instructions:

First, select one or more vocabularies on the settings tab. Then, return to this page to complete configuration.

Which I believe is good enough, instead of hiding the "Scheme 1" entirely until you select the vocabulary.

🇮🇳India msankhala Bikaner, Rajasthan

Have you tried with Guzzle 7 HTTP Adapter? It is already mentioned in the Dependency section in the module description. `Guzzle 7 HTTP Adapter (if you are using D10)`.

🇮🇳India msankhala Bikaner, Rajasthan

Fixed in 1.1.x dev branch. This will reflect in the next beta release. There are a couple of warnings that can be ignored as of now.

🇮🇳India msankhala Bikaner, Rajasthan

This will be fixed in the stable version. This is still in beta release. I would appreciate the real bug fix instead of just coding standard fix.

🇮🇳India msankhala Bikaner, Rajasthan
+++ b/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php
@@ -117,9 +117,17 @@ protected function viewValue(FieldItemInterface $item) {
+    // Values like \Drupal\Core\Language\LanguageInterface::LANGCODE_NOT_SPECIFIED
+    // and  \Drupal\Core\Language\LanguageInterface::LANGCODE_NOT_APPLICABLE are
+    // not returned from the language manager above.

The line should not exceed 80 characters. This can be rephrased as:

// \Drupal\Core\Language\LanguageInterface::LANGCODE_NOT_SPECIFIED
// and \Drupal\Core\Language\LanguageInterface::LANGCODE_NOT_APPLICABLE are
// not returned from the language manager above.
Production build 0.71.5 2024