twischer
twischer
Hello @johan12345, I am also interested in such a feature and willing to implement parts. As far as I can see https://issuetracker.google.com/issues/204692004 is marked as fixed. Was the only change...
Hello @johan12345, looks like there is no progress from Google. I have two alternatives in mind: 1. Allow the users to enter there own Google API key. So the [Distance...
> there would still need to be a way for EVMap to know what your current route / destination is For me it would be fine to enter the destination...
Hi @falkTX, > can you add a note about port-tie? Should I add the corresponding commit description as a comment into the source code >In case port->fTied will be modified...
Hello @falkTX, > Did you try jackadapter? even though it uses an extra buffer like alsa_in/out, it is an internal client and thus does not have the issue of IPC...
> Does this PR accept multiple capture and playback devices separately? additional capture and playback devices can be listed space separated e.g. ... -C "hw:1,0 hw:0,0" -P "hw:1,0 hw:0,3" ......
@miartad > I think we could separate the first 10 or so commits into QNX support Yes removing QNX support from this PR is fine for me because QNX is...
On Linux using qemu binfmt to emulate ARM build environment might be another workaround: On Debian based system (on e.g. x86 machine) you have to do the following: ```bash sudo...
Looks better thanks. But it is failing at another point, now. ``` $ ./cp210x-program -I testdata/cp2102-orig.ini --write-cp210x Traceback (most recent call last): File "/home/timo/Beschreibungen/HOWTOs/usb2serial/cp210x-program/./cp210x-program", line 239, in main() File "/home/timo/Beschreibungen/HOWTOs/usb2serial/cp210x-program/./cp210x-program",...
Even better but not final ``` $ ./cp210x-program -I testdata/cp2102-orig.ini --write-cp210x Traceback (most recent call last): File "/home/timo/Beschreibungen/HOWTOs/usb2serial/cp210x-program/./cp210x-program", line 239, in main() File "/home/timo/Beschreibungen/HOWTOs/usb2serial/cp210x-program/./cp210x-program", line 235, in main options.action(options) File...