Nico Domino

Results 576 comments of Nico Domino

> gnome keyring is available and already installed for me before (version 42.1-1+b2), though idk if i need to set it up for this or not Hmm okay interesting, when...

@etherealxx we've just published the nightly after merging our Tauri v2 update. There's a few things that have changed in there, including a whole different veresion of `libwebkit2gtk` used to...

@etherealxx hmm okay yeah that's a fairly old version. Even without the non-systemd complexity, I believe the current `libwebkit2gtk-4.1` is no longer provided / supported by even the Debian vanilla...

Thanks for the recommendations, that makes a lot of sense. I'll add a Linux support matrix to the docs site.

Unfortunately I couldn't find any useful page in the v1 nor the v2 tauri docs to link to, but I've added the following to our docs website - https://docs.gitbutler.com/releases. Unfortunately...

Thanks for your interest! So this new devshell setup mostly works on my system. The dev instance of GitButler does start up, but I immediately have console errors about `TLS/SSL...

Also, the font rendering seems a bit off, see this comparison screenshot. Before is in the background and after (with your `devShell`) is in the foreground outlined in red: ![image](https://github.com/user-attachments/assets/df25ffe0-e58b-487d-806f-5f71c36d005c)...

Yeah this component is ESM-only. I won't be publishing cjs versions anymore 🙏

Okay thanks for the heads up, I'm using the [`timezone-soft`](https://www.npmjs.com/package/timezone-soft) library for most of this. Is it the same there? Try this coesandbox: https://codesandbox.io/s/timezone-soft-test-jb1mq6?file=/src/App.js

We're determining whether to use the `dayliglht`/`standard` values based on `spacetime.now('Asia/Amman').isDST()` output from the [spacetime](https://npm.im/spacetime) library from the same maintainer as `timezone-soft`, so I assume they'd be using the same...