Geoff Rich
Geoff Rich
Now GA on Azure Node Functions: https://techcommunity.microsoft.com/t5/apps-on-azure-blog/azure-functions-support-for-http-streams-in-node-js-is-generally/ba-p/4140209
I'd be in favor of that 👍
What else would you like to see mentioned in the README that isn't covered by the [customStaticWebAppConfig docs](https://github.com/geoffrich/svelte-adapter-azure-swa#customstaticwebappconfig)? PRs welcome!
@jaycoolslm are you saying that you have other Azure functions under /api that you want to call? In that case, look into the [apiDir](https://github.com/geoffrich/svelte-adapter-azure-swa?tab=readme-ov-file#apidir) option. If you are still having...
If you're getting a build error, that sounds like https://github.com/geoffrich/svelte-adapter-azure-swa/issues/89, which would be unrelated to the `apiDir` option. It's hard to troubleshoot with fragments of information like this. Again, please...
Related: https://github.com/geoffrich/marvel-by-year/issues/16 (a.k.a this is a feature, not a bug)
This one will be tricky, some thoughts: We currently load data for each year from the Marvel API and cache it in redis for 24 hours. So there's not an...
Alternatively, we could do option 1, but build in a way to track API key usage and cut off the feature once we hit a certain threshold of calls
We may be able to simply remove this line: https://github.com/geoffrich/marvel-by-year/blob/76e2eaa679f23b6451861092fc937aa7951f004b/src/lib/api.ts#L134 We can test by seeing if Master of Kung Fu comics show up (since they aren't currently available on MU)
Maybe look at [uFuzzy](https://github.com/leeoniya/uFuzzy) (linked from [swyx](https://swyxkit.netlify.app/ufuzzy-search))