Aleksander Machniak

Results 51 comments of Aleksander Machniak

Thank you. First issue I found. A lot of PEAR core libs in Ubuntu 18.04 needs update. "PHP Fatal error: Array and string offset access syntax with curly braces is...

Thanks, it's working now. I don't see any issues.

Something's wrong with the apache module. Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php8.0.load: Can't locate API module structure `php8_module' in file /usr/lib/apache2/modules/libphp8.0.so: /usr/lib/apache2/modules/libphp8.0.so:...

Everything works great. Thank you! I miss 'imagick' extension.

Looking at the rest of this file... aren't any changes needed for `.input-group-lg`/`.input-group-sm`?

I have the same issue. It does not matter it's 422 or 500, I always receive 200. This is a serious issue. swooletw/laravel-swoole 2.6.68 laravel/framework 6.20.4 php 7.4.13

I have more info. The response code is correct if this is the first request since starting swoole. However, if any request to the specific route returns 200, any following...

@albertcht Thanks, but as I wrote I've read the docs. The point is, it would be nice laravel-swoole contained some code to make it a ready-to-use Pusher replacement. Laravel Broadcasting...

Fair enough and I understand that. However, don't you see that using Laravel's existing and well documented APIs would be better than building something from scratch? Especially for swoole new-comers....