Volodymyr B.
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.   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.     ### Benefits Convenient and...
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```.