Giulio Provasi

Results 9 issues of Giulio Provasi

I have followed the documentation, added the following to my composer.json ``` "extra": { "enable-patching": true, "composer-exit-on-patch-failure": true, "patches": { "laravel/horizon": { "Don't use asset() helper for horizon, url() instead":...

How should I do the following (using #13 as an example too) : `return all users who can see at least english and french content` user 1 => `NULL` user...

I am implementing a fully virtual ftp server using pyftpdlib, and I am stuck on the `ftp_RETR` command. What I need to to is to stream the content of a...

This is still an RFC draft, but it would be great to support HASH commands in order to check file upload integrity, do you think this would be feasible ?...

Hi, I tried to add gzip compression ``` # gzip manifests gzip on; gzip_vary on; gzip_types application/vnd.apple.mpegurl application/dash+xml; ``` And as soon my player stopped working, a quick curl showed...

Hey everybody, I'm having issue with templating as specified [here](https://github.com/roboll/helmfile/blob/master/docs/writing-helmfile.md#merging-arrays-in-layers), here a basic sample: **helmfile.yaml** ```yaml {{ readFile "domain.yaml" }} environments: master: values: - clusterDomain: *clusterDomain staging: values: - clusterDomain:...

Hey, after digging a while on a weird issue, here what I get : Model rule: ``` 'name' => [ 'bail', 'required', 'string', 'max:255', (new Rules\Unique('folders', 'name')) ->ignore($this->id) ->where('parent_id', $this->parent_id)...

Hello, I am maintaining an application using whenever and, sometimes during deploy with capistrano, I end up with a crontab with duplicates entries, is this a known issue ? I...

Is it possible to load the model with its relationships directly ? something like `User.with('pictures')` to avoid a huge callback chain ? This example can be ok for one relationship,...

feature request