Robert Vitonsky
Robert Vitonsky
@medamine980 as i know, manifest version v3 run code in service worker instead of background script. It looks the problem are here. Translate tools did not tested for web workers...
@medamine980 it is good findings. You are right, translators uses `axios` package for now for requests, that uses XHR under the hood. I will investigate how to solve this problem...
> Can you help me understand how playwright/puppeteer would help you to test all scenarios? Off course. We have to add tests for translators in a WebWorker context. WebWorker does...
Problem been fixed in scope of issue https://github.com/translate-tools/core/issues/90 Update version to `2.0.0` and code will work in WebWorker context (tested).
@mjbvz hey, is this project maintained? I'm here from google, i've tried to use Monaco Editor for my project and i need to handle dropped files too, but as i...
> This is an internal API. I looked a the docs [here](https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.ICodeEditor.html) but don't see it showing up (as expected since it is internal) > > Updating issue to make...
Probably this use case may be resolved with issue https://github.com/vitonsky/eslint-plugin-paths/issues/34 User may manually import `package.json` file and provide aliases from there to a new option. This solution also cover any...
@greatroar > Are you sure it's checking the files that's expensive? Because restic should only check metadata for files that have the same path and mtime. You'd only save a...
For those who just start use pglite and faced with this problem that make not possible to implement tests on jest for code that uses pglite, hey there i'm with...
> @vitonsky Have you tried running with `NODE_OPTIONS=--experimental-vm-modules` and setting the jest environment to node? I currently have working jest tests that use pglite. Sure. I had another problems one...