Aiden Liu
Aiden Liu
Apologies for the long period of inactivity on this project. I wanted to inform you that the plugin has been fully rewritten for the v3 release. I'm currently preparing for...
Apologies for the long period of inactivity on this project. I wanted to inform you that the plugin has been fully rewritten for the v3 release. I'm currently preparing for...
Apologies for the long period of inactivity on this project. I wanted to inform you that the plugin has been fully rewritten for the v3 release. I'm currently preparing for...
Apologies for the long period of inactivity on this project. I wanted to inform you that the plugin has been fully rewritten for the v3 release. I'm currently preparing for...
Is it possible to bundle the the `unified` plugin for obsidian-favored makrdown and the `unified` constructor in a dedicated script and expose them in ES Module or [AMD](https://requirejs.org/docs/whyamd.html)? This way...
> does dropping ioredis in favor of upstash/redis break support for ppl who use their own Redis instance? In [the latest commit](https://github.com/spencerwooo/onedrive-vercel-index/commit/a10ed00b802eb9fe3db87f1aa3fca029e8462b78) I've hidden the new features behide flag so...
BTW, although this PR no longer include breaking changes, and the logic of API should be the same, refactoring API with fetch API may introduce unexpected issues. Maybe you can...
CDN caching for raw file requests is implemented in https://github.com/spencerwooo/onedrive-vercel-index/commit/cbedcf62061ba745228df8ad027100751ccaabdd. The redirect request is cached for one hour before expire time based on [microsoft-graph API document](https://learn.microsoft.com/en-us/graph/api/resources/driveitem?view=graph-rest-1.0#instance-attributes)
Using app directory and layout could help improving page loading significantly, since it can allow dynamicly load large libs like plyr, pdfjs, etc based on specific path. Currently we have...
one potential objective: [app/route](https://beta.nextjs.org/docs/routing/route-handlers) in favor of `pages/api` (available in nextjs 13.1.7, currently in canary) > **Note** > route handler implement an isomorphic API to support both Edge and Node.js...