franksl
franksl
Hi, I posted this same issue on elfinder project. I have a problem on some apache servers that are configured to refuse urls containing a GET parameter called "cmd", it...
Using vim-mode-plus 1.30.1 on Atom 1.24.0 Steps to reproduce: - using a file that has sufficient text to scroll vertically, make a visual selection by using the mouse - scroll...
Hi, I have a console application that includes some phinx commands (basically built as explained here: https://book.cakephp.org/phinx/0/en/commands.html#wrapping-phinx-in-another-symfony-console-application). In order to move the tool easily I compile an execuatble phar by...
Hi, I noticed a behaviour that I don't understand: passing a negative integer string like "-1" makes IntVal fail. The culprit is the internal call to ctype_digit that evaluates to...
Hi, I tried to run validate like this: ``` $spec = cebe\openapi\Reader::readFromJson($jsonstring); $spec->resolveReferences(new cebe\openapi\ReferenceContext($spec, "/")); $spec->validate(); ``` on a OpenAPI 3 schema that has, for example the property "AAAAAcomponents" instead...
Hello, I have some problems when trying to identify errors on complex schemas. Suppose you have a "anyOf" clause with many items, for example you can look at the AWS...
Hello, I need to use the MountManager to copy a file from a local fs to an s3 fs by adding some s3 headers to the file inside the config...
Hello, I did a simple command line wrapper for doctrine/migrations basically by using a custom integration like the manual explains here: https://www.doctrine-project.org/projects/doctrine-migrations/en/3.0/reference/custom-integration.html#custom-integration I then built a phar (by using phing...
## Description When trying to add an ssh key and setting an empty key the application is stuck with a "SSH key is empty!" message without allowing to do almost...
Hi, To avoid the use of non standard collection files I started using .http files that become very useful in neovim with the rest.nvim or kulala packages. I think it...