Michal Borychowski

Results 16 issues of Michal Borychowski

Hi! As a big fan of Git I found your app for Android and gave it a try :) I also prepared the basic translations to Polish in `strings.xml`. Though...

I don't have yet SSH keys configured and I enter the password in the field. I'd suggest giving the field a hint (I mean greyed out text, like for e.g....

On the 'Commit' tab we can jump to previous / next commits - I would see this functionality also on the "diff" tab - would be easier to check the...

I had a feature branch named **'feature/google+'** and unfortunately none of the git flow command could find it. I got all the time: _Branch 'feature/google+' does not exist and is...

Hi! When I do the "normal" `->detach($post->id)` I get as expected the timestamp at the `deleted_at` column. But when I'd like to set the reassignment again by using `->attach()` like:...

I'd like to return `['webpush']` in the `via()` method instead of `WebPushChannel::class`. I based on https://medium.com/@sirajul.anik/laravel-notifications-part-2-creating-a-custom-notification-channel-6b0eb0d81294 and tried to register it in the `AppServiceProvider.php` with: ```php Notification::extend('webpush', function ($app) {...

As we do the multiplication by 0.7, the $predictedFileSize may not always be integer

My table has index defined as: ```mysql INDEX `event_type_idx` (`event_type`(16)) USING BTREE ``` which means I want to use index of length of 16 for this field (`event_type` is `VARCHAR(1000)`)...

Using blade templates this works: ```blade @hasanyrole('admin|manager') It works @endhasanyrole ``` Unfortunately this piece of code raises an error: ```blade @hasanyrole(['admin', 'manager']) This should work, too @endhasanyrole ``` The error...

If you need to get country for multiple rows, this change will make the library not read the definition file each time