Alvin
Alvin
`chmod ug+x .husky/*` ^ this really can fixed but only for one time, "hook was ignored because it's not set as executable" error appears again once I run commit on...
> Using docker-compose. Below config has always worked so far and isn't changed recently. > > ``` > adminer: > image: adminer > user: "adminer:adminer" > container_name: adminer > restart:...
Thank you and really appreciate on your help. > * Are you generating load to your application? Yes, i did use autocannon of 500 requests, but it happened every time...
- May i know what do you mean by invalid code? I do upload some changes on it by ensuring no error when start node app - I do not...
I dont think there is any issue on it as i could start the node application. the `#root` actually is a [Subpath imports](https://nodejs.org/api/packages.html#subpath-imports) mentioned in `package.json` file, and i used...
Thanks again for helping me. However, may I know how should I provide an example when my code would require redis and database, shall I provide the credentials to redis...
 i had removed most of the unnecessary code & able to test locally without any dependencies. Things get interesting that with the new code, clinic doctor report "Event Loop...
@capaj Hi, im facing the same issue with you and may i know whats the current method you using?
based on the [sample](https://github.com/evilsprut/nestjs-telegraf/blob/main/sample/01-complete-app/src/common/guards/admin.guard.ts) given, it seems only can use `throw new TelegrafException` instead of `return false`
``` import puppeteer from 'puppeteer-core' import ghostCursor from 'ghost-cursor' (async () => { const browser = await puppeteer.connect({ browserURL, }) const [page] = await browser.pages() const cursor = ghostCursor.createCursor(page) await...