xM8WVqaG
xM8WVqaG
I expect the only way to be completely accurate for all playlists is to reconcile the entire playlist every time it needs to be fetched. By increasing the `maxResults` value...
I am not particularly confident with Golang but having looked through the codebase it looks quite straightforward to change if you'd rather take a PR for this. I expect the...
Apologies for never submitting the PR last year. tl;dr I was struggling to get the development environment installed locally and didn't want to submit a PR without running tests on...
Received the following in an email yesterday: >In June, we will disable the ability to create new personal MongoDB Cloud user-associated API Keys. Pre-existing API Keys will continue to work...
The public half of the key goes in the `username` field, the private half goes in the `api_key` field. For example: ``` # Programmatic API Token username = "pukvvaaa" api_key...
**Update** It's now possible to create projects using programmatic API tokens. I spoke to tech support, and although the documentation is yet to be updated, they confirmed that this change...
@apparentlymart Although the OP's example suggests this functionality for the `template_file` data source - the `templatefile` function workaround isn't appropriate for workflows that have to use the `template_dir` resource that's...
Personally, I think your newer example format is cleaner. ```py a = ( bbbbbb(1234567890) + cccccc(123456790) ) ``` means you only have complete pieces of logic on each line rather...
Thanks for the rapid response! I appreciate this usecase isn't something you currently support so I'm grateful for the suggestions. I had a little more time tonight to play with...
@wheaney I had a bit of time this morning to have another play with this. It still doesn't create a device for `joystick` or influence cursor movement. but I can...