Jarek Toro

Results 58 comments of Jarek Toro

This error is not happening locally. ```bash Task 'black' failed (InternalError): Command failed: black --fast --check . [STDOUT] None [STDERR] would reformat /Users/runner/work/pyatv/pyatv/pyatv/interface.py Oh no! 💥 💔 💥 1 file...

> This error is not happening locally. > > ```shell > Task 'black' failed (InternalError): Command failed: black --fast --check . > [STDOUT] > None > > [STDERR] > would...

Will respond within a week or 2 some external things jumped in priority a bit.

if/when this proposal accepted, I can provide the implementation PR.

in remapping.mjs I added a null check on source. It seems to solve the issues im running into. ```js function originalPositionFor(source, line, column, name) { + if (!source){ + return...

I believe so. https://developer.apple.com/documentation/storekit/skstoreproductparameteritunesitemidentifier > The value for this key, an iTunes item identifier, is an instance of NSNumber. To find a product’s iTunes identifier, go to linkmaker.itunes.apple.com and search...