Sean Vig

Results 23 comments of Sean Vig

Hmm, that is interesting. It passes for me on gentoo, and I haven't seen it fail in the CI runs.

I am currently running my window manager in X rather than in Wayland, I wonder if that has something to do with it? The window manager wayland server may be...

@emdash The `name` is in the `setup.cfg` file, is there a reason this would also need to be added to the call in `setup.py`?

What would you imagine passing into the `wlr_cursor_set_image`? It seems like something like a `bytes` or `bytearray` would work well as an input, but you could imagine something that would...

Yeah, that would be great! If there are things that make sense to package to use with wlroots, that would be fine to add in.

Hmm, interesting. Is the protocol defined in xml or are you doing it purely in Python? If it were, you could use the pywayland scanner to generate the protocol. I'm...

Looking at this reminds me of David Beazley's talk on metaprogramming: https://www.youtube.com/watch?v=sPiWg5jSoZI I feel like there is definitely something that we could do here to simplify some of the basic...

Yeah, this definitely seems like a reasonable thing to try to do. One thing that may be worth considering here is that if there are any breaking changes in the...

``` So the problem is that you shouldn't be able to uncouple JzKet(0,0) with Jz values (1/2, 1/2, 1/2, 1/2). Note that trying to create JzKetCoupled(0,0,(1/2,1/2,1/2,1/2)) throws an error, since...

I think this is a great idea! I took a stab at trying to make this a bit cleaner, here is what I came up with: https://github.com/flacjacket/qtile/commit/82be2d2a4f1f963be6baac04038d385b0417f3c5 This is able...