Andrew Baxter

Results 189 comments of Andrew Baxter

That's a good question! There's currently no option for checking for formatting. I thought I actually had an issue for this already but I couldn't find it. I started implementing...

Sorry, should have linked it... and somehow I got the name wrong too: https://bevy-cheatbook.github.io/graphics/camera.html#ui-rendering still references UiCameraConfig

I think this is the same as https://github.com/mpv-player/mpv/issues/9535 maybe? I.e. I don't think the issue with audio not playing is platform/driver specific. AFAIK this has always happened. I'm not sure...

Thanks for the replies! So, I just tried `pw-play` with no env overrides and it produced sound. I reran mpv and it didn't play anything. I reran mpv _again_ and...

I 1. dropped caches, 2. `systemctl --user restart pipewire`, 3. ran `pw-play` and it produced audio on the first invocation. To confirm, I ran `mpv` again and on the first...

Ah sorry, I should have tried that earlier. I just tried it now and the pipewire config file didn't work (read: I didn't have an existing config and I'm not...

I had this after adding a project to linked projects; reload workspace/restart server didn't help but restarting codium entirely fixed it. I didn't touch the other settings, I had already...

Yeah, precisely. Although the more I use it the more it seems different from the self hosted vault I'm used to...

Ah sorry, the link is here https://github.com/andrewbaxter/dbusgraft/blob/ffff585cd090932358252ca8b71d1317a17c55de/source/src/main.rs And yeah, I ended up switching because I couldn't work around this (and the `Timeout`) issue. Its possible I may try this library...

Ah thanks! IIRC I hooked up a logger to those macros and still didn't get the logs I was looking for. I'll add though that I'm not currently working on...