Alexis Métaireau

Results 380 comments of Alexis Métaireau

Alright! Thanks for the heads up!

A few more information. I first though that the error was coming from my NGINX configuration (as I enabled HTTP2 on the frontend), but when I run the application directly...

Still not working, I'll let it here now. I believe it's a browser-only related issue, since the Android app is behaving properly.

It seems that the image files stop getting downloading after a while. The server doesn't seem to answer to these? Not sure why. Here is a capture of what's happening....

Thanks for the insights. I'm currently running Couchdb 2.2.0. How would you do it? This probably is a different issue, but I've tried yesterday to actually do this change, and...

I've made the following changes without success (still the same error). ```diff +++ b/client/src/features/app/app.tsx @@ -90,7 +90,7 @@ function syncDB (dbs: string[], max: number): thunk.ThunkAction { + db.replicate.from(remote, {timeout: 30*1000}).on('complete',...

Applying this ```diff diff --git a/client/src/app/database.ts b/client/src/app/database.ts index 0f14c39..37dc2b8 100644 --- a/client/src/app/database.ts +++ b/client/src/app/database.ts @@ -15,6 +15,7 @@ export const getHttpDatabase = function (name: string) { return new PouchDB(`${window.location.origin}/database/${name}`, {...

I wonder if there is a way to do the link between a set of downloaded files and a release on musicbrainz for instance. Otherwise, a set of softwares put...

I'm currently using this version and it works quite well, thanks! Let me know if I can help testing anything out!

Neat, let me know when you need some testers :)