Alt
Alt
**Describe the bug** When dupeguru creates hardlinks for duplicate files dupeguru chooses a **random** file as a source to replace other duplicates with a hardlink of it. **To Reproduce** -...
### What version of Bun is running? 1.0.26 ### What platform is your computer? Window 10 ### What steps can reproduce the bug? ```js import fs from "node:fs/promises"; for (const...
Qt 6.6 have fixed the bug that each call of taking file's mtime performs slow OS' call. That results in very slow sorting by time. So, opening of an image...
I use the follow code ```js nw.Window.get().showDevTools(); ``` it works fine with SDK version of nw.js, but if I open the project with non-SDK one, the window will close immediately...
Currently `rsync` works fine in Windows with Git-Bash [(How to install)](https://gist.github.com/hisplan/ee54e48f17b92c6609ac16f83073dde6#gistcomment-3605244) But it does not support `--crtimes`,`-N` — "preserve create times" flag. I use `Robocopy.exe` now, it keeps file creating...
I need to implement export, import, merge download history. However, I need to totally refactor the related code. Make the `localStorage` values names more clear. ~Also I need to change...
Currently, the hash of each zip archive is unique. Seems, `archiver` adds the archiving time in the zip file. Is it possibly to skip this? I need the reproducible result....
1. Just go to https://twitter.com/x/migrate. This link _currently_ does not redirect to `x.com`. But only it. So, you can export the `LocalStorage`'s data of `https://twitter.com` origin. Do it now. ...
I faced the `Failed! (Wrong MIME)` error the first time. The script _constantly_ tries to download a URL that returns `"Invalid request"` text. _How to fix it:_ ~The script should...
### What version of Bun is running? 1.0.23 ### What platform is your computer? Window 10 ### What steps can reproduce the bug? ```js import fs from "node:fs/promises"; const filePathAbs...