Results 1141 comments of advplyr

There have been a few discussions around this on Discord and #1584 #1202 Those were back when Abs was still using JSON files as a db. Basically we need an...

Make backups. Docker is not the only install method. I don't think requiring an external db is a good UX

User experience includes getting the software up and running.

Just to clarify again on this, it has been the intention from the initial Sequelize ORM migration to support the option to use other db engines. Not at all a...

That is the server logs. The comic is opened in the browser so the errors would be in the browser console

```bash VM100:1 Uncaught (in promise) SyntaxError: "[object Object]" is not valid JSON at JSON.parse () at l._storageChangeDispatcher (content.js:2:898238) at _storageChangeDispatcherCallback (content.js:2:897686) _storageChangeDispatcher @ content.js:2 _storageChangeDispatcherCallback @ content.js:2 VM101:1 Uncaught (in...

I was able to reproduce the issue

I'm not sure the exact cause of the `Parsing filters is unsupported` error that gets thrown but if you search for it it has been reported many times specifically relating...

On the server side we switched to using unrar-js instead of libarchive for rar files because of this issue. And we discussed implementing this on the client side also. in...

It is worth mentioning here that I think we should attempt changing the comic reader to fetch the extracted images from the server one at a time instead of doing...