Skierkowski Grzegorz

Results 7 issues of Skierkowski Grzegorz

**Description** Suppose that Phalcon project is placed in the subdirectory. Then `Html\Breadcrumbs` utility cannot generate links correctly. **Steps** 1. Place your project in the subdirectory `$subdir`. 2. To make it...

bug
status: unverified

Types put in GraphQL annotations are not being deannotated in the fly, so implementing `many-to-many` association is impossible, because always `TypeA` will require `TypeB` that still wasn't deannotated. Edit: It's...

bug
graphql

This kind of directive is not being resolved: ```graphql directive @fieldDirective on FIELD_DEFINITION ``` In `GraphQL.php` only directives added to FIELD are taken into account. ```php $directive_defs = $field_node->directives; ```

bug
graphql

Hello, What is recommended way to add authorization logic to Siler\GraphQL module? I'm aware of that authentication could be successfully done via route middleware, but the same cannot be done...

question
graphql

### Source code - [x] I provided exact source code that allows reproducing the issue locally. **Server** ```js // server.js const express = require('express') const app = express() app.post('/test', (request,...

triaging

Let us know what functionality you'd like to see in Playwright and what your use case is. Do you think others might benefit from this as well? I consider it...

Let us know what functionality you'd like to see in Playwright and what your use case is. Do you think others might benefit from this as well? It comes from...

feature-visual-regression-testing