[Alt'tiRi]

Results 38 issues of [Alt'tiRi]

### Describe the bug Vite fails when I try to use it in a sym-linked directory. Run in CMD: ```cmd npm create vite@latest my-vue-app -- --template vue cd my-vue-app npm...

pending triage
feat: deps optimizer

# Trim tailing spaces The most annoying bug with MEGAsync is downloading of files/folders with a tailing space(s). In this case MEGAsync successfully downloads the file, but Windows Explorer can't...

I have two links. The first one is a share of "p1" folder: - p1/1.png - p1/2.png The second one is a share of "P1" folder: - P1/3.png - P1/4.png...

I would like to add comments in the input file (`--input-file`) **after a URL**. After `" #"` (`" "` a space character (one or more) and `"#"`) For example: ```...

Multiple requests: 1. _Download the original_ instead of a re-sample for the _post's preview image_. 2. Download `background` _(same as for Pixiv)_ 3. Download `promote` images (they are in the...

site-feature-request
partially-done

The bug have appeared after the update. I optionally use `-o text-tweets=true` only when I need to save no media tweet's text (in fact to download everything of the passed...

On Windows **with colored output text enabled** (`"output": {"mode": "color"}`) the buffering is abnormally aggressive. In some cases I can see the output in the console only after the program...

JSZip has a short and clear example. I think it would convenient if this lib supports this approach from the box: ```js const zip = new fflate.ZipSync(); zip.add({ filename: "image.png",...

### Bug It sorts headers (except _default_ `"Host"` one). ### Expected behavior It should **not** sort the headers while sending them (while performing a network request). ### Example ```js import...

bug

_The minor issue from https://github.com/node-fetch/node-fetch/issues/1569._ Currently it sends `Host` header as the last header. _(If a user did not add it manually)_ I think it should send `Host` header as...

bug
help wanted
good first issue