Volodymyr B.

Results 17 issues of Volodymyr B.

Hello. I try setup bot in AWS Lambda, but bot _(Telegram)_ functions are not working. **Example:** ```js module.exports = async function App( context ) { const event = context.event; console.log(event);...

Hi, CharMap for FMX version has planned?

Auto merge config from **config/database**. Can use for DB in **config/pagebuilder** only: ```php 'storage' => [ 'use_database' => false, 'database' => [ 'driver' => 'mysql', 'prefix' => 'pagebuilder__', ], 'uploads_folder'...

Is it planned to add something like that? I planned to implement it myself and use it for default pages, but I do not want to break everything. ```php /**...

Hello. ![bds_2018-11-25_19-40-39](https://user-images.githubusercontent.com/2736539/48982351-0b748800-f0ea-11e8-9ddf-dbce31058db7.png) ![bds_2018-11-25_19-42-34](https://user-images.githubusercontent.com/2736539/48982376-44146180-f0ea-11e8-80d4-72bc92c44034.png) Uses: ``` function getOtherData(const resultPage: string): string; var elements: IHtmlElementList; begin try elements := ParserHTML(resultPage).Find('#page_info_wrap .page_name'); except end; try if (Assigned(elements)) and (elements.Count > 0) then SetJSONValue(Result,...

Собственно при открытии/закрытии `select` по пробелу - в FF появляется родной список. Воспроизвёл в своём форке и здесь, поэтому и сообщаю. Решения пока не нашел.

### What is your idea or feature suggestion? Hello. I have made a launcher for DevilBox, maybe it will also be useful. ![screenshot-1](https://user-images.githubusercontent.com/2736539/230597850-9aeec83b-e232-48b4-b729-6d6bafe66295.png) ![screenshot-2](https://user-images.githubusercontent.com/2736539/230597855-47e8d202-5edd-4250-bfcf-39fa85c73bc2.png) ![screenshot-3](https://user-images.githubusercontent.com/2736539/230597857-37c6f0cf-fc51-42de-b7e6-092b59c5e4db.png) ![screenshot-4](https://user-images.githubusercontent.com/2736539/230597860-c8710960-cb7e-43cd-8a0b-a25b6c55c70e.png) ### Benefits Convenient and...

feature

Hi. Is it possible to somehow implement an icon alias to be able to use a set of icons with the same name from different sources? Example: ```js import {...

Need support read elements without "internal tags": ```code```, ```script```, ```template```.

enhancement
help wanted