Stephen Dolenc

Results 21 comments of Stephen Dolenc

One possible workaround for this is to combine them with the podcast client app itself. Example using podcast addict on android: - put 2 or more podcast in a category...

Another workaround is to use youtube's UI to add multiple playlists to one that you maintain. The steps are explained by "yesir360" on this thread https://old.reddit.com/r/youtube/comments/h9kpbp/disable_polymer_not_working_anymore/ To summarize: changing www.youtube.com/playlist...

How about prefixing the "title" with the index for playlists only? Something like "`snippet.position` `snippet.title`" results in - 0000 first video - 0001 second video The podcast app would just...

I tested a version of this locally and it works well for playlists ![image](https://user-images.githubusercontent.com/21182133/122842165-a0938980-d2b1-11eb-8b3f-34eb3a81b7a5.png) However, it should not be merged as-is. It prefixes numbers to episodes from channels which is...

I would also like to see this feature added 👍 . In the meantime, you could use a wrapper test which provides parameters (as environment variables) to the actual test....

Sounds good to me! @dimo414 , I'd be happy to test your draft while it's in development. Let me know if there are other ways I could help

My recent use-case for parameterized tests in bats was Sequential. I implemented tests using a variation of the workaround I mentioned above. The most relevant line of code: https://github.com/kdabir/has/blob/4ccd0177d458800f7cc721df08c2f0ad643990ac/tests/test_all_packages.bats#L25 And...

I'm encountering this with Xubuntu guest OS on my M1. Does anybody know of a workaround for this issue?

I agree no further documentation changes are necessary. Thanks for the additional context and thought-process behind json-cfg. I completely agree that one of the best scenarios for json-cfg is parsing...

I'm encountering the same issue :-/