Alex Parrill

Results 73 comments of Alex Parrill

Will that work even if the window is focused by, say, clicking on the titlebar?

FUSE won't work on Android, which is my use case for this.

Seems like the bottom left corner is -w/2, -h/2 and the top right corner is w/2, h/2, where w and h are the width and height of the window in...

With `--disable-snowboy` passed to configure, I run into another error: ``` ERROR: Could not find a version that satisfies the requirement onnxruntime~=1.6.0 (from larynx~=0.3.0->rhasspy==2.5.10) (from versions: 1.7.0, 1.8.0, 1.8.1) ERROR:...

``` (process:17313): Gtk-CRITICAL **: 11:13:01.922: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed (process:17313): Gtk-CRITICAL **: 11:13:01.924: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed (process:17313): Gtk-CRITICAL **: 11:13:01.924: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed Program received...

Now that I think about it, the Python node makes sorcar unsafe by default, so the first sentence applies no matter what. Still though, the use of eval is sloppy.

Wrote a module to do this safely. Feel free to steal: https://gist.github.com/ColonelThirtyTwo/3dd1fe04e4cff0502fa70d12f3a6e72e

I don't see how it would be possible to keep the current middleware API as it is while also having a write API. The middleware API requires both the request...

Having the same issue - I left `generate_dataset.sh` running overnight and it didn't finish. Using `cv-corpus-6.1-2020-12-11`, commit f8f5ac1147c033e6724a63ea470f7bd61ba77764

Looks like it tries to read 28303 clips for the negative dataset for my desired input of `hey_computer`. Combined with #56, it's probably what's taking forever.