Lucas

Results 52 issues of Lucas

Hi, I'm trying to unpack this file: http://www.lucasbustamante.com.br/uploads/ftp/Loca_en_Main_0.cpk However it's throwing the following error: ``` vagrant@homestead:~/dev/tmp/cpktools$ python cpkunpack.py ../Loca_en_Main_0.cpk Read ../Loca_en_Main_0.cpk... Traceback (most recent call last): File "cpkunpack.py", line 640,...

I want to keep my local and FTP files synchronized, but only the important files, such as .php etc I created an "ignore" list that includes all binaries, it might...

tips

The `CompressGzipstream` uses some functions that were only added on PHP 7: ``` ---------------------------------------------------------------------- FOUND 6 ERRORS AFFECTING 3 LINES ---------------------------------------------------------------------- 1476 | ERROR | The function deflate_init() is not...

bug

I've recently developed a small library that depends on this one. I had to use Reflection to get some stuff done that could be easily prevented if some methods and...

### How to test the changes in this Pull Request: 1. Clone this repository 2. Run `composer install` (Bonus point if your local PHP version is lower than PHP 8)...

Fixes an outdated/incorrect docblock that was breaking autocomplete for Faker functions in IDE.

### Changes proposed in this Pull Request: This PR introduces a GitHub workflow to run PHPCS checks in CI on Push event. This is interesting to have, **as PHPCS tests...

## Why should this feature be implemented? It makes it easier to embed music into a website. ## Feature Description I would like to request that Amplitude can play music...

Enhancement ⚡️

Hello, Can I mock a class with a protected/private constructor and a public static method `::instance()`? (The classic Singleton setup) Eg: ```php class Foo { protected static $instance; protected function...

Hi, I use Ubuntu 18.04 through Vagrant in Windows. I have `npm v6.4.1` and `node v8.12.0` installed in the Ubuntu. When I run `npx create-guten-block my-block`, it throws a symlink...