Aleksei Prokhorov

Results 127 comments of Aleksei Prokhorov

It looks like it's fixed in 25.0.5 or earlier

Currently, I don't want to make the scope API more complex. Anyway, I think your case could be easily solved like that (I haven't tried it): ```ts // ... private...

Preload code should be bundled together with all dependencies (except for a case when `nodeIntegration` is enabled).

Looks like it won't work until v4 action is released. I'm using CLI instead: ``` - run: npm i -D wrangler@4 - run: npx wrangler deploy env: CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID...

I can't reproduce it: ``` echo '{"name": "test-package"}' > package.json echo "require('howfat')" > index.js npm i howfat [email protected] node index.js ``` Works with no issues, where [email protected] is installed correctly...

I think I'll update it later, but I can't guarantee I can do this quickly since it's a low-priority task.

I would prefer not to include such a feature in the package to keep it small. Anyway, you can create a custom button using `document.execCommand('foreColor', false, color);`.

Have you changed some other logger settings somewhere else? Or maybe you bound logger methods to the console or some other object? I can't reproduce the issue even if I...

BTW, usually, that's not a good idea to set the log file location to `__dirname.` At least, it will work differently than expected when the app is packaged in many...

I need a code sample that reproduces the issue.