Michael Stapelberg

Results 648 comments of Michael Stapelberg

We could also use a special identifier, similar to `__focused__`

i3 uses the `yajl` library to produce JSON. Either: 1. The bug is actually in `yajl`, or: 2. i3 is using `yajl` subtly wrong. It would be good to figure...

In line https://github.com/i3/i3/blob/8a7ac068c8359e5aae513854f0b21bce4460e8aa/src/ipc.c#L882, the payload was constructed using yajl and should be available for introspection (or a conditional breakpoint).

Which i3 version are you using? We introduced buffering for IPC clients at some point, maybe that’s related.

> How come that "default_border" and "default_floating_border" when using "pixel X" is considered part of the main window? What do you mean? Can you list clear steps to reproduce, what...

Hey @the-technat I’m glad gokrazy is useful for you! Yes, configuring a device via WiFi is very convenient indeed, and it would be a cool feature if gokrazy could do...

> That msg on twitter can no longer be viewed. Here are the message contents: > Just set up my first device using Apple’s wireless accessory configuration (WAC) and that...

Signal boost from Google-internal issue b/340857204: It seems like this issue has become more pressing after [CL 578815](https://go-review.googlesource.com/c/go/+/578815) added more generics to the `reflect` package. Every Go Protobuf generated code...