wombatbuddy

Results 5 issues of wombatbuddy

В учебнике сказано что для перебора коллекции можно использовать for..of, а также что нельзя использовать методы массивов. Добавлена информация о том что у коллекций есть метод forEach() который также можно...

review needed

**Use case 1 (using $)** Steps to reproduce Use the following pattern: `ul>li.item$*3` The expected result: `ul [] [ li [ class "item1" ] [] , li [ class "item2"...

If we run the following command: drush en -y my_module and the [hook_requirements returns](https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Extension%21module.api.php/function/hook_requirements/10 ) 'severity' => REQUIREMENT_ERROR then Drush display the error message but still enables the module. ###...

In the [source code of the Html module](https://github.com/elm/html/blob/94c079007f8a7ed282d5b53f4a49101dd0b6cf99/src/Html.elm#L105C1-L105C52) the "Attribute msg" alias is declared as follows: `type alias Attribute msg = VirtualDom.Attribute msg` But [in the documentation](https://package.elm-lang.org/packages/elm/html/1.0.0/Html#Attribute) we see the...

Current version _The main difference is in the **getRandomCatGif** definition._ Сorrect version _The main difference is in the **getRandomQuote** definition._