[Alt'tiRi]

Results 159 comments of [Alt'tiRi]

Real life use case: moving `C:/projects` (a folder with your projects) to another place, for example, to `D:/projects` and creating a symbolic link in the old location that leads to...

```js function esbuildOutputFromId(outputs, id, cacheDirOutputPath) { const flatId = flattenId(id) + '.js'; // --- const wd = process.cwd(); const rel = path$n.relative(process.cwd(), path$n.join(cacheDirOutputPath, flatId)); const norm = normalizePath$3(rel); console.log(wd); //...

Just to pass the error replace ```xml ``` with ```xml ``` It's possibly the similar this as here: https://github.com/iBotPeaches/Apktool/issues/2139#issuecomment-539451858

Is it possible for each `error: attribute XXX(aka com.company:XXX) not found.` to automatically add `` to `.../res/values/attrs.xml` file? Is it will work? @iBotPeaches

At least don't allow to create such files in the web interface. More over show the warning if such files were found, ideally, with the recursive search. The main reason...

Even Ubuntu's file explorer trims the tailing space if you create a file with it. I sure that almost all files with the tailing space were _accidentally_ created by editing...

Is https://kemono.party/patreon/user/15617066 one of problems URLs? It has: ``` Total: 285 (358) Attachments: 285 (285) Files: 73 (73) Embeds: 0 (0) Inlines: 0 (0) ``` With ```json "filename": "[{category}] {user}—{id}—{type[0]}—{date:%Y.%m.%d}—{title}—{filename[0:140]}.{extension}",...

Fuck. _There are_ cases when the attachments of one post can be with same name. Helpfully, it happens very rare. A post example (NSFW): `https://kemono.party/patreon/user/19911192/post/41033600` Downloading of [this artist](https://kemono.party/patreon/user/19911192) entire...

I have fixed it the same way as it is in my JS example above: - [here:](https://github.com/mikf/gallery-dl/blob/79dce8ae689815789b225a1f518109c4a3883bee/gallery_dl/extractor/kemonoparty.py#L95-L100) ```diff post["type"] = file["type"] post["num"] += 1 post["_http_headers"] = headers + post["_a_dup_name_num"] =...

> Do you have a freely accessible link where its downloading resamples instead of original? > For example, for this `https://msmspc.fanbox.cc/posts/3950590` it downloads a 1200x630 image (193902 bytes) instead of...