Sven Jacobs
Sven Jacobs
@serrq I'm sorry, but I can't reproduce this crash. Even when Leon is set as the default browser and custom tabs are enabled, the app does not crash. Nothing happens...
Forget what I said. I can reproduce this crash when restarting Leon. A fix is incoming.
The fix just addresses the crash. However, the situation where Leon is the default browser and thus can't open links from within Leon (because it's not a real browser) needs...
I just noticed that Kopia UI wasn't running and came across this issue. After I downgraded to `0.19` I saw that the last backup was run 2 months ago, which...
@nax-bedroom Thanks, that helped! 👏🏻
Hello @JihedLablak, thanks for the bug report. I think the issue is similar to [this one](https://github.com/svenjacobs/reveal/issues/100). The reason why the reveal effect isn't working is that alert dialogs use the...
Closing because of inactivity.
In case you're trying to find out whether an element entered or left the viewport, I found the nice [svelte-inview](https://github.com/maciekgrzybek/svelte-inview) action. However support of `scrollX` / `scrollY` for any element...
We are seeing the same issue after migrating the TypeScript project from CommonJS to ES Modules. This was working fine before in `index.ts`: ```typescript setGlobalOptions({ region: 'europe-west1' }) export *...
> I ended up replacing setGlobalOptions and explicitly set the region for all functions individually. I fear we have to go the same route but `setGlobalOptions` not working in ES...