max_ishere

Results 87 comments of max_ishere
trafficstars

I don't understand. The `=>` syntax is in the macro. That wasn't changing. The assert was. Was the assert not updated?

> I tested this on `3.3.1` and the output is still > > ```text > assertion `left == right` failed > left: "expected" > right: "calc" > note: run with...

As you can see LHS and RHS in `assert_eq` macro are flipped.

Alright then. Since you already pinged them I won't. Just gonna wait for the release then

The issue is that when the window is renamed that command doesn't work anymore.

Maybe a var with the window name would suffice

I just realized that images could be relative paths too and that changes how I want to approach this entire thing quite a bit. Mainly the `/file` might have to...

Here's another issue: While implementing #986 I was trying to fix a stack overflow that is caused by recursive imports. Unfortunately the naive solution didnt really work. I tried to...

Ooopsie, I was looking at my configs and fixing them up and noticed this: ```txt error: Included file `./modules/x-ui/button.yuck` not found ┌─ /home/max_ishere/.config/eww/modules/./x-ui/widgets.yuck:1:10 │ 1 │ (include "./modules/x-ui/button.yuck") │ ────────────────────────────...

Hi :wave:, can you post the full config unless this tip fixes the issue? You have to define a window with `defwindow` and it should work. Here's an example that...