David Schmidt

Results 8 issues of David Schmidt

Did you remove version 0.3.4? I couldnt find find any information why it went away. EDIT: `bower install` didnt find v0.3.4, so I fell back to 0.3.3. v0.3.3 wants the...

irc#plack assumed it would be a Plack bug but miyagawa then said its probably a Dancer2 bug (https://github.com/plack/Plack/issues/655) `curl -X POST -d '{}' https://dtdev:8080/v1/dnscheck` this works because curl sends a...

Bug

I would like to pass an option "overlappingCheckDisabled" to the selenium driver as described here: https://github.com/SeleniumHQ/selenium/issues/1202 (scroll all the way down) but "overlappingCheckDisabled" doesnt show up in the available capabilities...

needs: tests
feature-request
high priority
needs: review

shouldnt the default output for find_no_element_ok say something like "element not found", or "find_no_element_ok", ...? ``` $driver->find_no_element_ok( "testcontact-hzsbvpze", "link_text" ); ok 17 - find_elements'testcontact-hzsbvpze' link_text' ```

feature-request

im using this module with firefox running inside this official container -> https://hub.docker.com/r/selenium/standalone-firefox # BEFORE this used to work but doesnt anymore ``` use Selenium::Remote::Driver; my $driver = Selenium::Remote::Driver->new( remote_server_addr...

things keep changing and breaking my working setup and im trying to figure out the most recent change. this is my selenium service, running in a container (image: selenium/standalone-firefox) ```...

1. i click the 'translate' button 2. the inline translation overlay appears 3. i enter a translation string and press 'save' 4. my browser sends a POST request to ```/_beyondcode/translation```...

hfh checks all unique constraints of the result source by default. opting out of this doesnt work as described in the docs because the unique_constraints uses lazy_build and a separate...