Jean R.
Jean R.
Hi, Thank you for your 2 articles... I'm wondering how would you handle such situation. I have (like you suggest) a separate composer container. I require in my `composer.json` a...
Hi, What do you think about adding a `trim()` for the `title` and `description` attributes? Sometimes the string parsed has some extra white spaces before and after...
Star.gif
Hi, It would be great to allow to define the path of `star.gif` directly in the javascript/jquery declaration. I use gulp and a lot of tools and I end with...
Hi, Thank you for the awesome package. I'm wondering why the `paginate()` method return a Collection instance instead of a `Illuminate\Pagination\Paginator` instance?
Laravel 5.3 ``` $collection = $this->repos->lists('xxx', 'xx')->toArray(); ``` Outputs: ``` BadMethodCallException in Builder.php line 2448: Call to undefined method Illuminate\Database\Query\Builder::lists() ``` --- This method is depracted since 5.2 https://laravel.com/api/5.2/Illuminate/Database/Query/Builder.html ```...
Hi, Is it possible to set the `Referer` using settings `setSetting()` method? Thanks for the light, Cheers
I can't get the `migrate` step to work! It successfully: ``` ... Step #2 - "Migrate": Pulling image: gcr.io/google-appengine/exec-wrapper Step #2 - "Migrate": Using default tag: latest Step #2 -...
Hey, I'm trying to understand the following behaviour. Here are the steps to reproduce: ``` // node v14.21.3 // npm 6.14.18 npm install serverless-webpack --save-dev ``` I update the `package.json`...
## Affected builder image `gcr.io/cloud-builders-community/envsubst` ## Expected Behavior ``` APP_KEY=1234 TEST_APP_KEY=hello-world ``` ## Actual Behavior ``` APP_KEY=$APP_KEY TEST_APP_KEY=hello-world ``` ## Steps to Reproduce the Problem `app.yaml` file: ``` ... env_variables:...
Great Great Plugin! Can you provide along with your source the minified version? I'm very lazy :)