EnglrB01

Results 25 comments of EnglrB01

Actually setting `flush=True` in my script helped me to get json deflisten to work! (As mentioned [here](https://github.com/elkowar/eww/issues/1056#issuecomment-2027997880))

wgpu: ``` [2023-12-24T02:22:34Z INFO wgpu_examples::framework] Initializing wgpu... [2023-12-24T02:22:34Z INFO wgpu_core::instance] Adapter Gl AdapterInfo { name: "Mesa Intel(R) Graphics (RPL-S)", vendor: 32902, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "", backend:...

This enables wgpu and vello to run fine, but xilem still fails with the exact same error traceback. Anyways thank you for your help so far.

Any other idea why this error still occurs?

Thanks for reaching out, I would use this to allow further categorizations for example setting the main instruments, the songs mood, the artists gender, ... Basically all information one could...

Yeah mp4 was very confusing and i'm still not sure how it's stored, but i'm gonna look into that. Btw just tested custom tag finding successfully (at least for flac...

I think we should talk about how exactly we should treat the `collection` ability... As mentioned in #240 comma is not valid separator, but we could let the user define...

Do any of guys have an idea how i could get this to work, when the background color may change when switching modes?

A maybe common usecase is to reset the index for a stack widget...

You can always do something like the following: ```lisp (defwidget exmaple_widget [start] (box :halign {start == true ? "start" : "end"} (children) ) ) ``` For an argument with 3...