John Horan

Results 21 comments of John Horan

Similiar issue, on first pairing I noticed ``` (II) config/udev: Adding input device Xbox Wireless Controller (/dev/input/js0) (II) No input driver specified, ignoring this device. (II) This device may have...

Thanks for the feedback. There is a lot there to get through, but I'll consider them and address any ones I have an opinion on. > - separate mixer from...

Do you mean an error when you try and install, or when you try and load the extension? If its when you try and load the extension the logs are...

Well the second line doesn't mean anything, you'll get one of those for every extension installed. But the first is interesting. Can you say what version of gnome you're running?...

I can see for `astro dev start` commands https://github.com/astronomer/astro-cli/blob/18d0c7515e5a614beb6860edb3d3179e6c4ecf79/cmd/airflow.go#L236C1-L236C2 its configurable, but not for `astro deploy`

Hi, thanks for the feedback. Yeah I've got to come up with a better way of handling this. Basically internally to pulseaudio the analogue and digital ports are handled separately,...

Ah, thanks for testing it. Just switched to 3.18 and it seems all good on my end too, so I'll change that and push a version to the website. Haven't...

This is actually something I looked at before, and at the time I wasn't able to find that information exposed anywhere in the pulseaudio dbus interface. It is definitely something...

As it stands pulseaudio doesn't expose this information in their DBus interface. I've had a look at the code behind that interface, and it doesn't look too hard to extend...

Well I've submitted a patch to pulseaudio to make port availability visible. If the patch is accepted then I'll add in code to handle it into the extension.