Seva Maltsev

Results 60 comments of Seva Maltsev

If I'll start work on it, I'll message here. My plan for right now is to do a revamp of the seed search tab. I expect it to take several...

I'm experiencing the same issue, but with any `langPath`. I tried the default one, `https://tessdata.projectnaptha.com/4.0.0_fast`, a relative path. All variants are stuck on `loading language traineddata`: ```js { workerId: "Worker-0-2c495",...

The fix for me was to add ```js cacheMethod: 'none' ```

Hey! Thanks for the suggestion. Currently, this is not feasible because the Lua parts are “hard-coded” in the app (transpiled to JS). To add nightmare, all the nightmare-specific data (from...

Hey! Looks like there was some error with the DB. Can you describe how it happened? Thanks! If you are okay with just resetting the local db, then do this:...

This can also be caused if you visited the site with Edge with extra security settings (which does not allow local dbs) or in Incognito mode

It's alright! There should have been an error message about being in an incognito window - I'll double check that it's properly showing. What browser are you using? (Ideally a...

Use case: e2e test with web push server

Fixed https://github.com/TwoAbove/noita-tools/pull/283