Alt

Results 229 comments of Alt
trafficstars

After this https://github.com/nodejs/node/pull/51879 I have warnings (`TS6385: Stats is deprecated.`) in IDE now. ![Sreenshot](https://github.com/nodejs/node/assets/16310547/03f56ed4-68f8-4a23-9a99-61f9cae0095e) I totally dislike them. --- The problem is only in the latest `"@types/node": "20.12.13"` (`20.12.12` have...

The another example. All files have the same mtime as it's in filenames, but dupeguru suggests 3 files with the recent mtime as origin files: ![Screenshot](https://github.com/arsenetar/dupeguru/assets/16310547/6632df86-5908-47c5-b485-4fed5ab84bec) I sure it should...

Still no plan to use `\\?\` prefix internally for all `fs` operations to fix https://github.com/oven-sh/bun/issues/8246 and https://github.com/oven-sh/bun/issues/8836 issues?

> converting m3u8 to mp4 It's almost the same thing as remuxing (repacking from mp4 to mp4). In both cases you do create a new mp4 container. ```bash ffmpeg.exe -i...

Confirm. While they still use `Twitter-vork muxer` (`x264 core 164 r3095 baee400` library), videos uploaded after ~"UTC 2023-12-14 22:00:00" have a fixed mp4 container. MediaInfo shows that the main change...

I only explained how it should be implemented _in Python code_ in [pixiv.py](https://github.com/mikf/gallery-dl/blob/master/gallery_dl/extractor/pixiv.py). It requires someone who knows Python to spend some hours to implement it.

> https://gdl-org.github.io/docs/configuration.html I think Github's render looks better and more convenient. However, rewriting to Markdown will take some hours for monotonous boring actions. Will be accepted a PR if someone...

> What do you mean, rewrite? Convert .rst to .md. Manual converting is a rewriting. --- > We have https://github.com/jgm/pandoc It also produces the wrong result. ```bash $ ./pandoc.exe -o...

❌ ![image](https://github.com/mikf/gallery-dl/assets/16310547/0fb41103-e4ed-400b-9a2c-5b2b4a445688) → ![image](https://github.com/mikf/gallery-dl/assets/16310547/bd2824fc-e14f-431a-a46b-3d0fca6a3e38) ✅ ![image](https://github.com/mikf/gallery-dl/assets/16310547/7c0344e2-6be4-4aae-a225-356558788575) → ![image](https://github.com/mikf/gallery-dl/assets/16310547/365c577c-c667-42e9-8dc8-fd62666f8f3f) --- ```bash $ ./pandoc.exe -o configuration.md configuration.rst --from rst --to gfm [WARNING] Reference not found for 'extractor.*.path-replace' at configuration.rst_chunk_chunk line 1 column...

One more. The most important one. ❌❌❌ ![image](https://github.com/mikf/gallery-dl/assets/16310547/a0783a9a-46cd-4d4e-817e-e57829ac8569) → ![image](https://github.com/mikf/gallery-dl/assets/16310547/0393c133-bbd7-4973-b2a6-eff332a7d9df) ✅✅✅ ![image](https://github.com/mikf/gallery-dl/assets/16310547/33ac7f6d-6c1b-4b86-9abd-3d061cf849a2) → ![image](https://github.com/mikf/gallery-dl/assets/16310547/535157eb-3a05-40cf-9d83-1681c86aff4f) Also, now more underscore bugs to fix: ``` $ ./pandoc.exe -o configuration.md configuration.rst --from rst --to...