Alexander Harding

Results 130 issues of Alexander Harding

### Discussed in https://github.com/aeharding/voyager/discussions/1147 Originally posted by **maltfield** January 4, 2024 ** Describe the feature request below ** Feature Request: Please add an option to Voyager to "Aggressively Cache" content...

enhancement

The site request is very lemmy-specific and it would be good if Voyager moved away from relying on it Some things, like followIds in SpecialFeedPage could easily be removed by...

**Is your feature request related to a problem? Please describe.** Mastodon has `force_login` for oauth login as a query parameter. Without it, you can't authenticate via oauth to multiple accounts...

enhancement

**Describe the bug** When authenticated, you're supposed to send `Authorization` header. However the authorization header isn't whitelisted in access-control-allow-headers. **On which Mbin instance did you find the bug?** kbin.earth **Which...

bug

**Describe the bug** Anything not under /api (such as /authorize and /token) don't have CORS headers. **On which Mbin instance did you find the bug?** fedia.io **Which Mbin version was...

bug

### Feature Request A remote code checksum could be interesting. Something like... ```ts import 'url#CE114E4501D2F4E2DCEA3E17B546F339:https://www.googletagmanager.com/gtag/js'; ``` Why? Imagine if wxt added a command, `wxt remote-code-outdated`. You could run it on...

Right now, file transfers only show percent completed. It would be nice if the progress also showed in ETA to completion (hours & minutes) as well as speed (MB/s, etc).

I noticed that when `sql-formatter` fails to format (malformed sql) it crashes eslint. Instead, `eslint-plugin-sql` should probably catch the error, report and move on. Example: ``` sql`SELECT hi !` ```...

I noticed the bundle size [has increased](https://bundlephobia.com/package/[email protected]) quite a lot [since 0.19](https://bundlephobia.com/package/[email protected]). I see that this is due to decorators and the tsoa runtime. Currently in the prod build, I...