Andrew
Andrew
This needs to be merged. Broken on Ubuntu 20 LTS host with node 16 image.
Seems to be the case. Was it transparent before? Because `transparent` is default false and not specified. Setting `transparent` in the browser window to true fixes the error, but seems...
This is actually because of a breaking change in nodeIntegration https://www.electronjs.org/docs/breaking-changes#planned-breaking-api-changes-50. sending in a PR.
Still broken. The issue comes down to not being able to do http auth on download links anymore. It now relies on setting a cookie when browsing the main site...
Right now pressing return/enter does nothing. Maybe it should also affect the debounce. Pressing return should cause a new search to happen no matter how many seconds more we are...
What's not accessible about the master branch? Screen reading works. Or is this regarding the new-parser branch, and if so, on what points?
On Windows the frontend build when served works fine for loading signin. I did not build the entire app due to the mingw64 setup required. index.js response header is the...
ZincSearch could potentially work out of the box but currently it fails at version check with the /es/ compatibility endpoint at https://github.com/simon987/sist2/blob/4e1109c5286e54271f11e3ee72e00d111dba76ff/src/index/elastic.c#L430 returning null
An even larger speedup is to remove Google Chrome & selenium for an external dockerized browserless/chrome or playwright-chrome which should be added as an environment variable URL. That dependency is...
In version 3 beta 1, I also experienced continuous crashes when selecting a root folder, e.g. C\root. Reverting to v2 restored functionality