Andrei Vaduva

Results 14 comments of Andrei Vaduva

I'm currently building a "Jarvis" like system based on a chromium-browser and a rpi with a 7" screen. At first, when i saw annyang doesn't use hotwords, it was perfect....

@LukeMcLachlan Hi Luke, it's not that great of a module/class, i just hacked it fast. I wanted to refactor the whole app, but i haven't had the time to do...

Ok, so it does use floating points :) Thanks, i'll ask in the phaser-ce community or i'll try on my own.

Yeah, same here but on MacOS High Sierra 10.13.1. I tracked the error to `generic.js:63 Couldn't find provider archive`

Not sure if it helps, but here are the debug logs ``` andrei@local ~/.config/gcsf $ gcsf mount ~/Documents/gcsf/ INFO fuse::session > Mounting /Users/andrei/Documents/gcsf/ DEBUG gcsf > Test mount of NullFS...

@4xposed Did you try to disable NullFs check? Edit the file: `~/.config/gcsf/gcsf.toml` and add this line: ``` mount_check = false ``` This disables the NullFs check. The `mount_check` config param...

I kinda have the same issue, but the color is not degrading in time, it's degraded after the first 5 seconds and it remains like that. I tried both NDL...

> > interesting issue :) > > I'm trying to think is there is a meaning of sinks and sources in undirected graph as they are equal right? > >...

I tried what @mastawilli has recommended and haven't had any issues since. I'm playing over wifi (5GHz), 1080p 60hz, h264, 50k bitrate.

I have updated the code to reflect the latest review Edit: @joethei any news?