Mikhail Oleynik

Results 8 comments of Mikhail Oleynik

Waiting for `php-redis` and `php-apcu` packages. Both are being compiled fine using `pecl install php-xxx`. But I don't want to compile them manually in production environment.

Added this package to packagist: https://packagist.org/packages/jmosbech/sticky-table-headers (if you'll register there I will add you as package maintainer of course). It would be nice to set up git hook to autoupdate...

+1 Would like to show our customers our uptime statistics using nice Kuma!

Confirm this bug on iOS 17.1.2 on both Safari and Chrome. It was working fine on the same iPhone device on iOS 16 and this problem occurred after upgrade to...

Hi, Replacing $s2bs5-border-color with raw `red` color is not so good solution. Originally there is `$s2bs5-border-color` variable used. If you trace it to final definition you would have this chain...

Fast solution before this PR is merged is to add this line **before** importing `select2-bootstrap-5-theme`: ``` $s2bs5-border-color: $border-color; ```

See issue https://github.com/apalfrey/select2-bootstrap-5-theme/issues/75 for possible solution.

Replacing original color with red one is not a good solution. Tracing `$s2bs5-border-color` assignments would get this chain: `$s2bs5-border-color = $form-select-border-color = $input-border-color = $border-color` So correct quick fix is...