Thomas Eizinger

Results 1888 comments of Thomas Eizinger

> > Do you get ANSI escape codes when do you adb logcat > > I do, but my terminal interprets them. Android Studio doesn't unfortunately and they're printed with...

> I thought I didn't get them but I can now reproduce this. Let me have a look. Lol. It is `tracing_subscriber` wanting to write things in italic. Can't believe...

I can reproduce this on my phone but I can't reproduce it on my computer. There, setting `ansi=false` won't make the fields italic.

> > I can reproduce this on my phone but I can't reproduce it on my computer. There, setting `ansi=false` won't make the fields italic. > > How did you...

> The log format issue was introduced by adding a `fmt()` layer in [8973cc5](https://github.com/firezone/firezone/commit/8973cc5785a31666d5657bbdae0f4e552ff54688) -- judging from the [crate docs](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/format/struct.Format.html#) they don't seem to have a good way to disable...

Is `NXDOMAIN` actually the correct response here? Shouldn't we just return an empty response? If we get this far in the code, we know the domain, so why return "this...

> The latter there's not much we can do, so we will lower the log level. Already happening in https://github.com/firezone/firezone/pull/5612.

Once we have a control protocol between client and gateway, we could send [DNS update](https://datatracker.ietf.org/doc/html/rfc2136) messages to the gateway directly, informing it about the newly assigned IPs. We could already...