Timo Kössler

Results 41 comments of Timo Kössler

Partially fixed in version 1.5.1. You can now open the app when it is minimized to the tray and the existing window is brought to the foreground.

Hi @jdunham22, are you still facing this issue? If yes, did you find out if it only happens on recovery? The biggest effects of this issue (manually stopping 2FAGuard) should...

Thanks for your great work! Are there any plans to officially support modifying the exports of builtins (to instrument them)? One workaround we are exploring is to return commonjs code...

Hello CaptechOmar, I haven't yet found a working solution that offers a proper smooth scrolling experience without having a major negative impact on performance. But I wouldn't call it laggy...

I'm going to close this topic, as I can't see any way to make the scrolling really noticeably better at the moment, without having a major impact on performance. This...

Hi @Wuemeli, We will check Bun compatibility again. Please note that we currently only support CommonJS and **not** ESM. If you set the environment variable `AIKIDO_DEBUG` to `true`, you should...

I would not recommend disabling the runtime detection and using Zen with Bun. Currently, most features, such as protection against injections, will not work. We also don't support Bun-specific APIs,...

Hi @nicolaspapp , Sadly Zen does not support Cloudflare workers. Reasons for this are that we are still working on ESM support and that Cloudflare workers are not fully compatible...

It will sadly not work without code changes on our side. Are you using CJS (require) or ESM (import) at runtime?

According to [this page](https://developers.cloudflare.com/workers/runtime-apis/nodejs/), Cloudflare workers sadly do not implement the Node.js built-in module `node:module`, that we will heavily rely on for the upcoming ESM support. So it is unfortunately...