Giovambattista Fazioli

Results 15 issues of Giovambattista Fazioli

How can I set `laravel-echo-server.json` in order to work with redis cluster? ``` ... "database": "redis", "databaseConfig": { "redis": { "port": "6379", "host": "172.17.8.200" }, ... ```

feature

Hi, thiere is a way to use this amazing slider with a list of images with different size? Example: ``` ``` Thanks, regard GF ```

with wordpress 5.3 my filter ```php add_filter('block_lab_icons', function ($icons) { $myicon = [ "myicon" => '....', ]; $icons = array_merge($icons, $myicon); return $icons; }); ``` still works fine, I can...

**Is your feature request related to a problem? Please describe.** would be great to improve the QueryBuilder in order to provide a generic query method to execute any query **Describe...

feature request

### Describe the bug The default variant shadow is not working on the latest Safari browser on Mac everything seems fine on Chrome ### Your Example Website or App _No...

bug

**Describe the bug** The footer is not correctly sticking when using Safari **To Reproduce** Steps to reproduce the behavior: 1. Open a data table with a footer in Safari **Expected...

help wanted
needs more info

### pnpm version: 7.29.2 ### Code to reproduce the issue: `pnpm build` ### Expected behavior: No error in console ### Actual behavior: ``` Module not found: Can't resolve 'katex/dist/katex.min.css' ```...

type: bug

@balazsnasz > For now, migrations/seeders are not tracked properly if they have ran or not. Especially, if we call new migrations/seeders in the upgrader_post_install, we must know somehow which ones...

enhancement
feature request

> I have ran into an issue with migrations/seeders and the way it is called via register_activation_hook. This hook is only called after activation and it is not called after...

enhancement