Dmytro Z.

Results 18 issues of Dmytro Z.

#### Issue description I got errors when using bundle analyzer wit the webpack dev server 4. ``` Error parsing bundle asset "d:\projects\devel\rankrocket\app\www\js\app.a49e5464.js": no such file Error parsing bundle asset "d:\projects\devel\rankrocket\app\www\js\pdfmake.d2d0b128.js":...

type: Bug
flag: Community help wanted

node-fetch: 3.1.0 nodejs: 17.3.0 Memory working set is grows and not freed: ```js import fetch from "node-fetch"; import http from "http"; const agent = new http.Agent( { "keepAlive": true, //...

bug
pending pr
v3

node-fetch: 3.1.0 This code produces memory leak warning: ```js import fetch from "node-fetch"; import { Agent } from "http"; const agent = new Agent( { "maxSockets": 1, } ); for...

bug

`noDecompress` option allows to skip response body decompression.

Is it possible to not update `POT-Creation-Date` header on every `update from source` if no updates were made? This is mark file as modified for git and pollute repository with...

Could you please add `bigint` to the `typeof` keyword?

enhancement

Policy Subroutines::ProhibitSubroutinePrototypes recognize subroutine signatures incorrectly.

Enhancement

Hi. This will be very useful if tray can work with syncthing-inotify (at least start it together with syncthing main exe). https://github.com/syncthing/syncthing-inotify/

**Description:** Could you please add simple `lts` alias for the latest lts version in addition to the `lts/*`? `lts/*` is not obvious, ugly and confusing. If ypu don't want to...

feature request

Hello. I have remote readonly subrepo: ``` git+https://github.com/schacon/hg-git.git ``` Every time, when I push to main repository, hg trying to check if subrepo also has outgoing changes and dies with...