Alexander M.
Alexander M.
Knex 2.1.0 5.5.68-MariaDB ``` knex("convUnread") .insert({ uID: c.uID, convID: convID, n: 1 }) .onConflict() .merge({ n: knex.raw('?? + 1', 'n') }).catch((err) => { console.error(err); }); ``` This code only works...
Hello. Is it possible to make only one 24h day ruler without any dates?
According to Telegram's API, https://core.telegram.org/bots/api#senddocument sendDocument method can accept document or file_id as a reference to a file which already exists on their servers. Current version of php-telegram-bot doesn't support...
Hello, Are there any PHP libraries that can understand masks of this plugin and additionally validate user input on the back end of the application?
Please add ability to set frequency without gui
I am getting data ( html + script type="text/javascript" inside it) with ajax request. After this, I create window as the following: `new WinBox( { html: data } );` But...
It will be great if there will be download button (for mobile devices) while showing full image.
I want to use s-ui solution to provide access to local corporate resources (hysteria2+tls). Now client is able to browse Internet through corporate server, but can't access local sites and...
When scrolling reaches the end of a Winbox window, scrolling continues on the underlying page. I think the following code must be added to Winbox.js CSS-styles to avoid this: ```...
Hello, I noticed an issue with the "Unread messages" separator: - The separator appears even when the chat is already open and I'm actively reading it (or even scrolling through...