PavelFil

Results 19 issues of PavelFil

Adding a feature to synchronize database Language Sources. If you update a database record, all current translates will be saved and marked like "pending". The mark removes after actualize the...

When I run `composer cs-fix` literary all files change. See examples of changes: ``` namespace lajax\translatemanager\controllers\actions; +use lajax\translatemanager\models\LanguageTranslate; +use lajax\translatemanager\services\Generator; use Yii; use yii\web\Response; -use lajax\translatemanager\services\Generator; -use lajax\translatemanager\models\LanguageTranslate; @@ @@...

Remove empty translates to have a correct statistic on the page "translatemanager/language/list".

status:needs review

Fix bug https://github.com/tarantool-php/queue/issues/21#issue-1416098977

Create a queue ```lua queue = require 'queue' queue.create_tube('test', 'limfifottl', {capacity = 1}) ``` Next add records: ```php $queue = new Queue($client, 'test'); $result = $queue->put(45); var_dump($result); $result = $queue->put(45);...

I would be useful to support next kinds of attribute selectors: ```css [attribute~="value"] [attribute|="value"] [attribute^="value"] [attribute$="value"] [attribute*="value"] ```

help wanted
feature

This CSS code cause error `[csstree-match] BREAK after 15000 iterations` ```css .selector { box-shadow:0 0 0 0 rgba(88,7,126,.122),0 22px 49px 0 rgba(88,7,126,.122),0 88px 88px 0 rgba(88,7,126,.102),0 199px 119px 0 rgba(88,7,126,.059),0...

Hello. This code can't be minified: ```css .marquee p:nth-child { color:red; } ``` The error text: ``` /usr/lib/node_modules/csso-cli/node_modules/csso/cjs/restructure/prepare/specificity.cjs:80 const arg = node.children.first; ``` Online service https://css.github.io/csso/csso.html shows error too.

### PHP version 8.3 ### irazasyed/telegram-bot-sdk version 3.14 ### Laravel version (if any) _No response_ ### Code To Reproduce the bug In documentation we have the code `$telegram->commandsHandler(false, ['timeout' =>...

bug

When run `svgo icon.svg`, I receive the error ``` Error: Unmatched selector: % at parse (/usr/local/lib/node_modules/svgo/node_modules/css-what/lib/commonjs/parse.js:85:15) at compileUnsafe (/usr/local/lib/node_modules/svgo/node_modules/css-select/lib/compile.js:48:69) at compile (/usr/local/lib/node_modules/svgo/node_modules/css-select/lib/compile.js:43:16) at is (/usr/local/lib/node_modules/svgo/node_modules/css-select/lib/index.js:140:76) at matches (/usr/local/lib/node_modules/svgo/lib/xast.js:38:10) at computeOwnStyle...

bug