Reactor Scram

Results 221 comments of Reactor Scram

Oh look at that, Floem exe built in Ubuntu 20.04 running correctly in 24.04 For the bundling to work I may have to override some stuff in Tauri so it...

I pushed a few changes so the Windows MSI will bundle this exe (for production we would ofc replace the Tauri exe but I wanted to have both) and no...

Sharing Floem's internal event loop would be really nice, if it uses GTK+ underneath. `tray-icon` says it needs that, so that's why I'm using `tao`, so it's kinda like we...

I'm a little surprised too. I think non-main threads are poorly supported, but they happen to work on both Linux and Windows. I'm using this `with_any_thread` method which Tao has:...

Nothing more complicated than the text boxes in Settings, I think. Yeah there is a native file dialog crate we have. I'll double-check that in the Floem prototype. I think...

On the standup today we asked about doing Sentry for Gateways too, so that we can get metrics on who is using it in Docker vs. bare-metal deployments. One concern...

For privacy concerns, should we have an env var like `FIREZONE_DISABLE_TELEMETRY=1`?

If I had to pick one process I'd rather have it in the IPC service, since all the complicated platform-specific networking like DNS control is there. But yeah I guess...

Saw this on a debug build of the GUI client `d399e65246a7` just now, too, in the Windows Server VM Edit: Oh it's because I didn't use Tauri's bundler. Whoops.