Diego Gullo

Results 13 issues of Diego Gullo

When using Tables (TableNode) in a test the values are not displayed in the reports. Example ``` Scenario: There should be 6 services and each streams value should be integers...

## Meta - OS: Linux/Mac OSX 10.11.6 Selenium Version: 2.53.1 standalone, 2.53.1 grid (docker images), 3 (beta) Browser: Chrome Browser Version: 52.0.2743.116 (64-bit) ## Expected Behavior - file is filled...

I was hoping to run lighthouse in my CI so I tried to build the image from the Dockerfile on master. I had to apply the fix as per PR...

Also remove obsolete security checker and add dockerised setup to ensure you can run a consistent development environment. Closes #9

The Web::Url object is relying a lot on parse_url but this is too flexible and does not always yield a valid URL. As validation is not done for how urls...

**Current Endpoint Design** Currently I can remap some of my implementation against the Etsy V3 API without Using Oauth2. Users of app would not welcome a need to provide access...

API Design

I wanted to check out Kubernautic, i see their socials but i dont think this is still operational. See https://downforeveryoneorjustme.com/kubernautic.com?proto=https

**Describe the enhancement:** As per https://github.com/elastic/beats/issues/6605 I still see docker log files being split up. I have a full description of my set up at https://discuss.elastic.co/t/filebeat-logstash-output-split-messages-into-multiple-with-approximately-a-maximum-field-size-of-8191-charactes/330174 but in short terms...

needs_team

…adding changing invertedBy to mappedBy in Subscriber ### Summary [Doctrine bidirectional many to many relationship](https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/reference/association-mapping.html#many-to-many-bidirectional) requires an `invertedBy` mapping and a `mappedBy` one. Fixes validation error as per issue #311

bug

### Short problem description Entities define a schema that is invalid according to doctrine schema validation tool. As a result the schema cannot be created ### Steps to reproduce 1....

bug