Mattk70

Results 53 comments of Mattk70

The error happens when you set display: none on the container. This triggers a redraw event (because the container has "resized", and it errors because the reported height of the...

I figured you'd just say "await the ws.play()", and if you do this: ```js wavesurfer.on('click', async () => { await wavesurfer.play() wavesurfer.pause() }) ``` You don't get an error. So...

A quick update: It may indeed have started with v7.9.1. Although I had v7.9.0 installed, my package.json has: "wavesurfer.js": "^7.9.0" So my app will have been built with v7.9.1 when...

Hey @maryjben, given the kind of activity you describe, it sounds very much like Chirpity would be ideally suited to your use case. Chirpity allows you to load all your...

Thanks, @Josef-Haupt . If that's the case, is there no way you could get the program to load faster? To have to wait nearly a minute and a half after...

> For running the docker on Ubuntu, I needed to change the config.py , line 110: `RESULT_TYPES: set[str] | list[str] = {"table"} ` > > The issue was that apparently...

Interesting, thanks. This is because the individual results call the location filter with the file they were found in (and its lat/lon if that's in the file metadata). The summary...

Hi - thanks for your reply! OK, so I will try to create a minimal demonstration. I started this test with tensorflow 2.16.1, Python 3.12. All tests were run on...