Results 29 comments of Sergii Dolgushev

Does https://github.com/googleworkspace/php-samples/pull/86 cover this PR?

Something similar to https://github.com/serverless/serverless/blob/main/lib/plugins/aws/invoke-local/index.js#L170-L198 needs to be implemented at https://github.com/dherault/serverless-offline/blob/master/src/lambda/handler-runner/HandlerRunner.js.

@denzyldick what do you think about the points above?

In https://github.com/denzyldick/phanalist/pull/42 the new `init.sh` script was introduced, which detects current user platform and downloads appropriate exectuable. Lets use this installation method as the default for now (as it is...

Right now, Phanalist returns 0 exit code if no violations were found, and 70 exit code if any violations were found: https://github.com/denzyldick/phanalist/blob/4ebc62711e60b0d277846859f96ed55dbf1c8cd4/src/main.rs#L69-L73. And the main intention for this was to...

@rmikalkenas can you please instead of using the composer try to download a standalone binary on the same machine, using ```bash curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/denzyldick/phanalist/main/bin/init.sh | sh ```...

@rmikalkenas can you please try to compile it locally, using the following instructions: 1. Clone the latest phanalist: ```bash cd ~/Projects git clone [email protected]:denzyldick/phanalist.git cd phanalist ``` 2. Create the...

> > @rmikalkenas can you please try to compile it locally, using the following instructions: > > > > 1. Clone the latest phanalist: > > > > ```shell >...

@denzyldick I run `./bin/release.sh` but the binaries are the same, as there were no any recent changes that affected them. So seems like after https://github.com/denzyldick/phanalist/pull/63/files composer will use only `musl`...