Thomas Eizinger

Results 368 issues of Thomas Eizinger

Still investigating but I've found https://superuser.com/a/912663 which hints that this may be a code-signing issue.

kind/bug
area/apple_client

https://github.com/firezone/firezone/actions/runs/15174208419/job/42671125657

needs triage

The welcome window doesn't adhere to the size specified in our Tauri config. Instead, it appears to resize itself to an almost perfect square: ![Image](https://github.com/user-attachments/assets/ed3c1e68-f086-46a3-b459-ece233ec775c) The above is 828x834 but...

kind/bug
business_value/low
area/rust_gui_client

For Windows, "Event Log". See https://github.com/itsscb/tracing-layer-win-eventlog. For Linux, journald (stdout will do, at least for Tunnel service). Open questions: - What to do about log exports? - Should we log...

needs triage

It would be nice if the GUI survived a restart of the Tunnel service

area/rust_gui_client

In case we cannot connect to the Tunnel service, we could offer to the user that we try to by trying to launch a program with elevated privileges that starts...

area/windows_client

Currently, `connlib` spawns several threads with their default stack-size (2MB in Rust) but also depends on several crates that spawn threads themselves. We optimise the amount of RAM we use...

See #8225. Requires embedding a DNS client in the Gateway to resolve domains. Most likely hickory-resolver.

area/gateway

### Background I am using the REST API to retrieve the state of an invoice: ``` curl --cacert $LND_DIR/tls.cert --header "$MACAROON_HEADER" 'https://localhost:8080/v1/invoice/014fe7c24f2c5723cf0dfc16c68b996462f8a081b4cdc8a21e93ab4abd8f9f6c' ``` ### Your environment * version of `lnd`:...

bug
REST
P3

As part of implementing GSO in our application, we ran into a bug where we submitted `Transmit`s that had a way too large `contents` slice. I went about the implementation...