Skierkowski Grzegorz

Results 11 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

Node.js 22 is LTS. Should we update .yml files to use 22 instead of 20?

Reading 29 refs (using "op read" one by one) now takes 20-25 seconds. It would be great if we could cut this time by reading all refs concurrently (Promise.all?). Reading...

enhancement

flyctl v0.3.56 **Command output:** ```text Machines platform NAME CPU CORES MEMORY shared-cpu-1x 1 256 MB shared-cpu-2x 2 512 MB shared-cpu-4x 4 1 GB shared-cpu-8x 8 2 GB NAME CPU CORES...

bug