Vladimir
Vladimir
Hello. Version: 2.2.4. I have a dialog (`rc-dialog` in my case), closable by ESC key out of the box, with `SelectSearch` inside it. When dropdown list is opened, pressing ESC...
Hello. Version 2.2.4. From TypeScript declaration: ```ts export type SelectedOptionValue = { name:string value:string index:number photo?:string disabled?:boolean } export type SelectedOption = { defaultOptions:SelectedOptionValue[][] focus:boolean highlighted:null|SelectedOptionValue options:SelectedOptionValue[][] search:string value:string }...
### Prerequisites * [X] Plugin is in the latest version * [X] Issue was not reported yet * [ ] Stack trace (if provided) contains `mobi.hsz.idea.gitignore` package name ### Description...
**@prettier/plugin-php v0.17.6** [Playground link](https://loilo.github.io/prettier-php-playground/#N4IgDgTgpgLjCWUIHkwIPYDsDOIBcok8mMA6vACYwAW+AHAAwA0IMAhgEblW14AsLAK7YoAFU648AMzYAbES2zEA5rKgBFQehhR8M+VBZhqYAGpIlWfCACsAOj4gWMCG3iyVAYXQBbH2wAFAAkA-BdBQxAOVwBjKABlGABPNWswbAgAWgAmJxBoAEdBeGgA12V-PTkFEGIRCBgytgq2KoMAXxYoCngYdBQ0eCxJUDZsGDaRTtrMMEEJvBAAHgB+YzAAHUwt6BhBCEwAAgBtLcPDgHoLw9FkABFkPEO7F62AXQBuLZ3YfaPTo6Xa63B5PF52M6HADkUnQ6ChhwAvAA+aEcNgQKFMd5fbaYXZ-E6QmFwhEotEYrE4rYgdpAA) **Input:** ```php
**@prettier/plugin-php v0.16.1** [Playground link](https://loilo.github.io/prettier-php-playground/#N4IgDgTgpgLjCWUIHkwIPYDsDOIBcok8mMA6vACYwAW+AHAAwA0IMAhgEblW14AsLAK7YoAFU648AMzYAbES2zEA5rKgBFQehhR8M+VBZhqYAGpIlWfCACsAOj4gWMCG3iyVAYXQBbH2wAFAAkA-BdBQxAOVwBjKABlGABPNWswbAgAWgAmJxBoAEdBeGgA12V-PTkFEGIRCBgytgq2KoMAXxYoCngYdBQ0eCxJUDZsGDaRTtrMMEEJvBAAHgB+YzAAHUwtmNkx7AACAEEt4C2Di4OAeiuDuY4PGIOpQUwYjExn9HQACgBKc6XG4HM6fIG3S4HaAwQQQT58bIAbkBF2B7S26MwIHaQA) **Input:** ```php
It would be great to apply extra `text.Style` for individual data cells in `TableList`. Example table to produce with `TableList`: | Col 1 | Col 2 | | --- |...
**Describe the bug** `TableList` while calculating row height based on text content internally converts text to `cp1252`: https://github.com/johnfercher/maroto/blob/609811dca909f444babbb9ab3a520cbb2f080ed4/internal/text.go#L72 https://github.com/jung-kurt/gofpdf/blob/a2a0e7f8a28b2eabe1a32097f0071a0f715a8102/util.go#L275-L277 That converts any characters out of `cp1252` to dots `.` including...
Hello! At this time I have no idea for possible reasons or actions to reproduce. PhpStorm/2020.2.4 ``` Error during processing of: FILENAME.tsx java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length...
В последней стабильной версии 3.0.9 используется устаревший УРЛ: https://github.com/romkavt/yandex-money-sdk-php/blob/4d8bb506f67dcd90f400b47e656dd8e173efa8c6/lib/api.php#L208 Проблема исправлена в #24, однако стабильной версии с этим исправлением нет. Итог: невозможно получить access token **в стабильной версии**. На запрос...
Filter `CompositeAuth` currently has no ability to check scope. It whoud be great to add such ability. Future usage example: ``` php public function behaviors() { return [ 'authenticator' =>...