KrishEnacton

Results 7 issues of 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 ![101-stuck-magic-mouse](https://github.com/sqlsec/Asus-ChromeBox-i7-8550U/assets/77377186/d351a031-e6d7-4bd5-a675-0a1ce943a8ca)

```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)...