gaitat

Results 11 comments of gaitat

Is there an update on this issue? i.e. using annyang along with a hotword? Is the solution to always join the hotword in front of the command?

Was this resolved? If not is there a workaround?

In my specific case I have code that runs under one version of a library (A-1.0.js) and some other code that runs with another version of a library (A-2.0.js) and...

My issue is the div that you place above the created svg for the circos plot. Since my structure is of the form: ``` circos plot ``` That `` does...

I removed this line from the code and it works fine (for my case) ``` .append('div') .style('position', 'relative') ```

My workaround: ``` const handleChange = (files) => window.setTimeout(() => { setShowDropzone(!Boolean(files.length)); }, 100); ```

Is there an update on this or maybe a workaround? I am using functional components and just when the snackbar is supposed to appear I get the error message in...

Is there a solution to this issue or any alternatives?

remove `toMatchImageSnapshot` from the import

As I don't know if this issue is related to the zoom plugin, I have also opened an issue there [https://github.com/chartjs/chartjs-plugin-zoom/issues/782](https://github.com/chartjs/chartjs-plugin-zoom/issues/782) Also opened an SO question [https://stackoverflow.com/q/77226116/1980846](https://stackoverflow.com/q/77226116/1980846)