WebCimes

Results 13 issues of WebCimes

I have a problem in some case when I use custom_taxonomy_slug, For exemple when I try to do : http://xxx.com/opportunities/%cat_opportunities%-%postname% The single file "single-opportunities.php" doesn't work, but If I do...

Hi, I have a problem when calculate simple sum : $evaluator = new \Matex\Evaluator(); $evaluator->execute('0.37+0.31-0.68'); The result must be "0", but it return : "-1.1102230246252E-16" Have you an idea of...

Hi, I just created a small extension for gettext.js to load the po file with webpack and format it in json format for gettext.js (based on your wrapper at https://github.com/guillaumepotier/gettext.js/blob/master/bin/po2json)....

### Bug report ### Actual Behavior For begin I set a publicPath for my assets (ex fonts) : ``` test: /\.(eot|ttf|otf|woff|woff2)$/i, type: 'asset/resource', generator: { publicPath: '/dist/fonts/', outputPath: './fonts/', },...

Hi, I have a problem with a simple calcul : math_eval("0.37+0.31-0.68"), the result is "0" but the math_eval function return "-1.1102230246252E-16" Have you an idea of the problem ? Thanks

I have a problem when I try to print a chart who are responsive, the problem have already been reported but the solution don't work. Like it's write in the...

type: bug

Hi, I wanted to ask if it's possible to implement highlighting for attributes in camelCase in Blade components? For example: - With kebab-case, highlighting works. ![image](https://github.com/user-attachments/assets/010079b5-529d-400d-8246-fd215172d9cf) - With camelCase, highlighting...

I am experiencing strange behavior. If I create two masks on one input like this: ``` Inputmask({ mask: ["aaa-9999-*", "9999 9999 9999 9999-9"], casing: "upper", keepStatic: true, }).mask(inputElement); ``` When...

Main
Regression

Hi, I'm using Intelephense with a framework like Laravel or Symfony, where constructor injection is commonly used for dependency management. I’ve noticed that Intelephense does not warn when a constructor...

bug
diagnostics

### Why am I submitting this PR This PR introduces a PhpLexer to support extraction of translation keys from both Laravel Blade templates and standard PHP files. It handles common...