Andrés Correa Casablanca

Results 103 issues of Andrés Correa Casablanca

It would be nice to use TravisCI and Scrutinizer to improve the project's quality. - [ ] Travis CI Integration. - [ ] Scrutinizer Integration.

enhancement
QA

We should ensure that Jupyter-PHP is compatible with HHVM.

enhancement
help wanted
QA
unconfirmed

### Environment information ```block yarn run v1.22.15 $ /home/castarco/Code/pencil4ts/node_modules/.bin/rome rage CLI: Version: 10.0.1 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: ROME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" Rome...

S-Bug: confirmed
A-linter

## Summary - Apply chmod at package creation time instead of doing it when running the postinstall hook. - I did not disabled postinstall hook entirely because it can give...

### Environment information ```block yarn run v1.22.15 $ /home/castarco/Code/pencil4ts/node_modules/.bin/rome rage CLI: Version: 10.0.1 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: ROME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" Rome...

S-To triage

Hi, after installing dependencies (even the missing ones, not listed, but required to execute the tests, like `sanic`)... I was unable to run the tests. There's no documentation about how...

If we go to https://pypi.org/project/sanic_compress/ , we can see that the number of stargazers and forks refer to the 'sanic_session' rather than to the 'sanic_compress' package. This problem also affects...

The intent of this PR is to decrease the number of awaits, calls & indirections in order to optimize this extension for Sanic. We want to use this extension in...

It would be awesome if the installer could be able to download the `composer` binary when it is not available in the system. This way the installer will run in...

new feature
WIP