[Alt'tiRi]

Results 38 issues of [Alt'tiRi]

The extension uses site's title as a filename. I want to suggest a much better template for the filename that will improve the file organisation. ### TL'DR **The template should...

A moved account's JSON looks like this: ```json "account": { "acct": "OldName", "moved": { "acct": "NewAccName" } } ``` I would like if gallery-dl will warn if an account is...

site-feature-request

### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I remove or skip any mandatory\* field ### Checklist - [X]...

site-bug
triage

### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist -...

bug
triage

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

platform/windows
performance :checkered_flag:
bug :beetle:
has-repro-gist
16-x-y

I would like to have an option to set file's mtime within an archive to gallery's "Posted" time. Currently files have mtime of an archive creating moment. JSZip supports this...

I think it would be convenient to work with, or debug the userscript's code (the result userscript.js bundle) if the third-party code would be in a function in order to...

### What version of Bun is running? 1.0.23 ### What platform is your computer? Window 10 ### What steps can reproduce the bug? ```js import path from "node:path"; const fp1...

bug
node.js
windows

### 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"; try {...

bug
node.js

### What version of Bun is running? 1.0.23 ### What platform is your computer? Window 10 ### What steps can reproduce the bug? ```js import os from "node:os"; console.log(os.uptime()); console.log(os.version());...

bug
node.js
windows