Tomáš Fedor

Results 10 issues of Tomáš Fedor

- Deployer version: 7.0.0-rc2 - Deployment OS: Windows Deployer file not found when specified as CLI parameter on Windows, because the path is corrupted during loop. Following line is meant...

windows

**Type:** - [x] bug - [ ] feature - [ ] enhancement - [ ] question **Environment:** - OS: Independent - Browser: Independent - Library Version: 1.1.4 **I'm going to...

I tried and failed to compile .dll for 0.8.3 since it's missing on PECL. When trying to build with php from source, I'm running into linker issue, when trying phpize...

**Describe the bug** Pattern properties do not load external $refs, it seems to work if the $refs are local, but I didn't properly test it **Expected behavior** $refs should properly...

Type: Bug
openapi

**Describe the bug** With checkreturn argument it is possible for build to fail, but I can't seem to find an option to show errors. The actual command is run with...

**Describe the bug** I have few tests that handle utf8 strings. When I run phpunit from IDE, or from command like `./vendor/bin/phpunit tests`, tests succeeds. If I run it via...

Trying to use sage when debugging DOM manipulation with https://www.php.net/manual/en/book.dom.php functions, dump shows no real info. ### DOMNodeList #### print_r output: ``` DOMNodeList Object ( [length] => 1 ) ```...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When selecting Authorization Code grant with PKCE, there's no select box...

bug
need testing

## Description According to docs, special characters should be removed from strings and not indexed. This doesn't seem to be the case for some symbols I would expect, e.g. trade...

bug

## Description I have a Collection with about 200000 documents, which stores games. Each game has title and appid which might be null. I query by `title,appid`, but unless I...