Emanuel

Results 21 comments of Emanuel

I found a workaround, just remove this line from click-confirm.common.js: `var bPopover = _interopDefault(require('bootstrap-vue'));` and then ``` components: { bPopover: bPopover } ``` and import Popover Plugin Globally in your...

Why this isn't merged?

I don't get why this is so dumb and simple feature isn't implemented yet, it's a feature that a lot of users requested along years... I mean, why is so...

Is this a joke or something ?

> ### I have solved the error by adding "--disable-dev-shm-usage" to the args of puppeteer > @mraydok `const client = new Client({ puppeteer: { args: ["--no-sandbox", "--disable-dev-shm-usage"], }, authStrategy: new...

You should really consider into this. As another user points out there are many scenarios where the Push Monitor it is not situable for. I don't buy the security excuse...

> > It is not that easy. Please read my comment from [#3178 (comment)](https://github.com/louislam/uptime-kuma/pull/3178#issuecomment-1605493299). > > Frankly, you're a developer of a tool, you can't stop a user from using...

I suppouse was bitten by this, upgraded from linq2db 4.4.1 to 5.2.2 and my web app grows from 500mb to 4GB memory ram usage in 1 hour or so, and...

Just change SERVER_URL in .env file and do a full docker restart `docker compose down && docker compose up -d`