Donatas Šimkevičius

Results 9 issues of Donatas Šimkevičius

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) v3.0.12.2 | | Language level | PHP 7.2 | Current behaviour -- At...

enhancement

Is there a way to disable or hide cancel, etc. buttons during ajax request?

Introduce `@trim` "directive" to blade by default to remove trailing and leading whitespaces, helpful when dealing with those pesky little whitespaces between elements without having to resort to ugly comments...

### Version 4.0.12 ### Reproduction link [jsfiddle.net/xch3or9a/](https://jsfiddle.net/xch3or9a/) ### Steps to reproduce Set the registerInPromise to true/false to switch when the route is registered - instantly or in a promise. (might...

good first issue
docs

For example a class has ``` class Test { protected $columns = ['title', 'updated_at']; } ``` maybe could be something like `Test:$columns`.

psi

``` { "provider": "club-columns", "language": "php", "signatures": [ { "class": "App\\Models\\Club", "method": "where" } ] ``` also shows the completion for every model - User::where, City::where etc.. Laravel. Does not...

bug

If I use `$user->updateProfile(['name' => 'My Name', ''])` it should not provide me with `name` autocompletion as it's already used?

So I understand why you went the way you did with `get`, but big part of the string path approach is you don't need to access the nested data to...

enhancement

**Is your feature request related to a problem? Please describe.** A product price should not be limited to 2 decimals, for example measured and weighted products often have a price...

enhancement