Daniel Polito

Results 21 issues of Daniel Polito

I had a problem for rename a existing breadcrumb, so we can do it easier with this. ``` public function set_breadcrumb($name, $uri = '', $index = NULL) { if(is_null($index)) {...

When you generate more than one css or js, the browser gets crazy and reloads several times, we could use something like http://underscorejs.org/#debounce to debounce the livereload.changed call [(index.js line:23)](https://github.com/EHLOVader/laravel-elixir-livereload/blob/8a12c9cbd57a4883428ab45fa130e6d39032da2e/index.js#L23)...

**Describe the bug** Error: ``` Allowed memory size of 536870912 bytes exhausted (tried to allocate 512913866 bytes) ``` The error explodes here: [PharData](https://github.com/wapmorgan/UnifiedArchive/blob/master/src/Drivers/TarByPhar.php#L99) **Configration (please complete the following information):** -...

Fix inconsistence for dealing with nested array on Eloquent. Currently you can set nested array values, but not access them: ```php $model = new Model; $model->{'a->b'} = 'something'; // this...

At DigitalOcean Database panel, you can get the `mysql -u...` command snipped, which is called `Flags` on the `Connection Details` section. With `doctl` i wasn't able to find a way...

suggestion
do-api

### Expected behavior ````php logger()->error('test'); ```` Should go to Bugsnag ### Observed behavior It's not going to Bugsnag ### Steps to reproduce ````bash php artisan tinker ```` ````php logger()->error('test'); ````...

needs discussion

It should be feature complete by now.

enhancement

#### Summary We have a user that got inactivated but all his reminders are still active. We need a way to remove it. Maybe admins can view all reminders on...

Currently if you do `AttachMany::make('Permissions')->defaults([1,2,3])` defaults is just ignored, this PR fixes this. Fixes #90

I'm trying to make a static build on Alpine but it fails here: https://github.com/bbc/audiowaveform/blob/master/cmake/modules/FindLibFLAC.cmake#L38 Even installing https://pkgs.alpinelinux.org/package/edge/main/x86/flac-dev Btw, for static build on Alpine it's also required to install: `zlib-dev libpng-dev`....