Devin Anderson

Results 8 comments of Devin Anderson

I'm writing an `aiohttp` client. Given that any URL that's sent to a `aiohttp.ClientSession` object makes use of a `yarl.URL`, it's impossible to handle this situation properly without a cheap,...

I'll take a closer look at this when I get a chance. In the meantime, if you're compiling from the current `master`, then you'll need to link against `qt6` instead...

The `configure` line I've been using is: ``` ./configure --debug --prefix=/usr --qmake='/usr/bin/qmake6' ``` Note that there might still be other issues lurking in `synthclone` related to Qt. I didn't maintain...

> Thanks for that, it now successfully builds but when I run `synthclone` it doesn't launch: > > ``` > terminate called after throwing an instance of 'std::bad_alloc' > what():...

> I recompiled and strangely the issue seems to have gone away. No idea what the problem could have been! The fact that the problem just went away is a...

I'm just learning about `pipewire`. Seems kind of awesome. :) Am I correct in assuming that you'd like to make the JACK plugin work with the `pipewire` JACK bindings because...

Not really. There really should be usage instructions. There used to be instructions, but, when the `git` repo was imported from `googlecode.com` to `github.com`, the instructions that I created were...

> Thanks for that. I saw on a [few links](https://linuxmusicians.com/viewtopic.php?t=13687) that there used to be this video tutorial https://vimeo.com/73053302 but it appears to have disappeared now I assume that's because...