Jari Kolehmainen
Jari Kolehmainen
Glad that it worked, closing because the issue seems to be resolved.
@starkers Lens should already auto-detect prometheus operator created prometheus installation, see: https://github.com/lensapp/lens/blob/master/src/main/prometheus/operator.ts#L10 .
@bfraterman-tkhsecurity I was facing the same issue but then realized that an URI requires a different mode. Following should work: ```js new sqlite3.Database("file:memdb1?mode=memory&cache=shared", OPEN_READWRITE | OPEN_CREATE | OPEN_FULLMUTEX | OPEN_URI)...
Same here
Does it work with `--no-sandbox`?
It seems that Lens is already built with pretty much latest electron-builder versions. So for now it seems that workaround is the only option for Debian 10 (which makes me...
> did you take a look at: > [electron-userland/electron-builder#4163](https://github.com/electron-userland/electron-builder/pull/4163) > which is merged in: > https://github.com/electron-userland/electron-builder/releases/tag/v22.0.0 Yes, Lens is using electron-builder v22.4.0.
It's fixed for `.deb` packages, not AppImage. See https://github.com/electron-userland/electron-builder/issues/4495 .
Tabs are now part of the stable release.
Does it work ok if you remove (or disable) installed extensions?