Joaquín Fernández Campo

Results 17 issues of Joaquín Fernández Campo

Hi! I had to roll my own request matcher service in my firewall and I had to implement an RequestMatcherInterface (https://github.com/symfony/HttpFoundation/blob/master/RequestMatcherInterface.php). Now because of this file: https://github.com/schmittjoh/JMSDebuggingBundle/blob/430daab75b88d78ee9e06ed2ae7811ea3da947af/Security/TraceableMap.php (line 29) is...

So I have a process that's writing this to a file > [123] - A log message When I try (and fail) to decode it using gojay like this: >...

In the following lines: https://github.com/bruli/php-git-hooks/blob/master/src/PhpGitHooks/Module/PhpCsFixer/Service/PhpCsFixerTool.php#L45-L59 The php-cs-fixer levels are defined in uppercase, but php-cs-fixer fails if it uses that configuration if you run this locally: 'bin/php-cs-fixer' '--dry-run' 'fix' 'src/Cueball/PixelBundle/Controller/alpha/PixelController.php' '--level=SYMFONY'...

So for a project i want to be able to rerun a checksuite that another app already configured (something like travis/jenkins app). I see that github's API supports this: -...

enhancement
good first issue

Hi! Would you be open to a PR about adding an output format flag? I'd like to output json from the ls command to further script some processes. Thanks!

enhancement

I just got this panic: ``` panic: runtime error: slice bounds out of range [:243] with capacity 242 goroutine 1 [running]: github.com/cloudflare/pint/internal/reporter.ConsoleReporter.Submit(0xbb2440, 0xc00011e010, 0xc0012e8000, 0xd3, 0x143, 0xbbddd0, 0xc00026cab0, 0x2, 0x2)...

This binary was not working for me to find the aws cli installed with asdf but the normal one did. [Here](https://github.com/MetricMike/asdf-awscli/blob/c645552054ad8a8bf3521cc37e7f44ea9dba1def/bin/list-bin-paths#L5-L8) you can see how they use the environment variable...

I'm trying to install this package on a windows machine and no luck. This is the error: ` C:\Program Files (x86)\Common Files\Microsoft\Visual C++ for Python\9.0\VC\Bin\amd64\cl.exe /c /nologo /Ox /MD /W3...

Hi there! Is there any AWS API limitation on copying/moving data between different regions? I'd assume it should be possible but i don't see how to pass the destination region...

I'm not 100% sure but am i right in assuming that as of today, Cloudwatch datasource will not work as is? what would it take to support it? i'm guessing...

enhancement