Igor Balos
Igor Balos
### Jenkins and plugins versions report Jenkins: 2.346.1 OS: Linux - 4.14.281-212.502.amzn2.x86_64 --- ace-editor:1.1 allure-jenkins-plugin:2.30.2 amazon-ecr:1.73.v741d474abe74 amazon-ecs:1.41 antisamy-markup-formatter:2.7 apache-httpcomponents-client-4-api:4.5.13-1.0 artifact-manager-s3:633.v4813787e78a_9 authentication-tokens:1.4 authorize-project:1.4.0 aws-credentials:191.vcb_f183ce58b_9 aws-global-configuration:100.v4619b_45d2dfc aws-java-sdk:1.12.246-349.v96b_b_f7eb_a_c3c aws-java-sdk-cloudformation:1.12.246-349.v96b_b_f7eb_a_c3c aws-java-sdk-codebuild:1.12.246-349.v96b_b_f7eb_a_c3c aws-java-sdk-ec2:1.12.246-349.v96b_b_f7eb_a_c3c aws-java-sdk-ecr:1.12.246-349.v96b_b_f7eb_a_c3c aws-java-sdk-ecs:1.12.246-349.v96b_b_f7eb_a_c3c...
if you try to locate an element by using PageObject method "ins_elements" you will get an error: ``` NoMethodError: undefined method `inss' for # Did you mean? inses ins ```...
In the example in the [readme](https://github.com/mikel/mail/blob/master/README.md) file there is this code snippet: ``` ruby @mail = Mail.new do to '[email protected]' from 'Mikel Lindsaar ' subject 'First multipart email sent with...
**Steps to reproduce** ``` require "whois-parser" response = Whois.whois("google.fr") parser = response.parser parser.contacts ``` **Error message** ``` ...whois-parser-2.0.0/lib/whois/parsers/base_nic_fr.rb:139:in `utc': invalid value for Integer(): "2022-10-15T05:41:14.918179Z" (ArgumentError) updated_on = values["changed"] ? Time.utc(*values["changed"].split("...
# Context Jenkins version: 2.150.2 Allure plugin version: 2.27.0 Allure commandline version: 2.9.0 # Problem description My Jenkins configuration has two environment variables: * ALLURE_RESULTS_FOLDER - pointing to for example...
Added more translations to Hungarian locale, based on ref https://github.com/TryGhost/Ghost/issues/23361 - [x] I've read and followed the [Contributor Guide](https://github.com/TryGhost/Ghost/blob/main/.github/CONTRIBUTING.md) - [x] I've explained my change - [x] I've written an...
Related to [2fa e2e tests](https://github.com/TryGhost/Ghost/pull/23370), I have decided to refactor one more e2e test. This is using more reusable page objects, and cleans up a bit this test to be...