Galen Rice
Galen Rice
Unlikely on our side, to be honest. MWS uses the same endpoint, `https://mws-eu.amazonservices.com`, for the different EU marketplaces. Only requests that make use of a `marketplace_id` value (and specific to...
`credentials` and `helpers` don't look familiar. Must some third-party modules, or something from your previous fork? `Subscriptions` is part of the develop branch, which is a long-running effort to refactor...
Got the queue cleared out of PRs lately, so I'll get some time to better incorporate your examples in the test suite soon enough. Thank you!
Apologies for the late reply here. That error would appear to occur when the invoice file uploaded is not in PDF format. Unlikely to be a problem with any of...
Seems like it's in the response, which we leave intact as much as possible. It may not be something we can affect. 1. Can you produce the right response in...
Must be. We pass the entire response unfiltered, so if it's missing from the response, that's on Amazon's side.
Odd behavior I'm having with the same issue, on Pylance v2022.2.1 with Python 3.10.2 . TL;DR: the simplest example showing a false positive is with `pytest.raises`: ```py def test_the_thing(): def...
I just loaded back up with release 2022.2.3, and still seeing the false positives (unreachable code) that I noted before. Going to assume that fix is coming in the following...
@erictraut Fair enough. Thanks for the update. :)
Hi from the future, here's the temp fix: 1. Locate the extension directory on your disc. On Windows, for instance, you'll find it in `%USERPROFILE%/.vscode/extensions/adrianwilczynski.alpine-js-intellisense-1.2.0` 2. Edit the `package.json` file...