Wingy

Results 122 comments of Wingy

1. It depends on the URL shortener used, which ones are you referring to? 2. I don't think Amazon allows affiliate tags for small sites like a self-hosted instance of...

I should be able to add redirection support to get-product-data. Re. affiliate code: That sounds like it probably doesn't violate Amazon's policy. What's the process for tagging a link? Do...

An environment variable that adds the tag param to all Amazon links should work. Are tags supported on smile links?

Looks like smile is no longer a problem for this -- [https://www.aboutamazon.com/news/company-news/amazon-closing-amazonsmile-to-focus-its-philanthropic-giving-to-programs-with-greater-impact](https://www.aboutamazon.com/news/company-news/amazon-closing-amazonsmile-to-focus-its-philanthropic-giving-to-programs-with-greater-impact)

That's weird, the URL I picked to test with is working as expected: ![image](https://github.com/Wingysam/Christmas-Community/assets/18403742/6189f820-f262-4807-8db2-397d214b5a04) Maybe Amazon is ratelimiting you and throwing a CAPTCHA of some type? Do you have a...

Pasting all 5 links into my list worked as expected for me. Any ideas for how I can reproduce this? What country are you in?

Is it okay that this only outputs HTTP request logs in standard format? With this, there are two logging systems: `logger.js` and morgan. If that's not a problem, I'm happy...

What should the move up/down buttons do when you aren't sorting by selected order?

I'm not sure that it's necessary but I'd be willing to implement a PR to add drag/drop reordering.

Sorting by price is complicated because Christmas Community stores price as a text field, since someone might want to write "$5 each" or something, or use a different currency, or...