KrishEnacton
KrishEnacton
I want to use HDMI port but it didnt work with hdmi port, display output is only came from dp port I am not using any dedication graphic only using...
Could you please incorporate support for Safari as the current version is incompatible with it? Here is a screenshot for reference: [screenshot](https://i.imgur.com/iLJVpFL.png)
Process was stuck at apple magic mouse Ref Image 
```js // DB connection file const store = MySQL({ database: 'next-test', host: 'localhost', user: 'root', password: 'root', port: 8889, }); bot.use(session({ store, defaultSession: () => ({}) })); ``` ```js bot.command(commandsList.start.command,...
Working code ```js const logout = async (ctx) => { try { ctx.session = null; } catch (error) {} }; ``` Not working code ```js const logout = async (ctx)...