Matthew Barr
Matthew Barr
I actually found a way to do some of what I want for plugins via groovy, which can be executed via a curl. It was that, or the use the...
https://github.com/prschmid/zoomus/blob/bd79bef4474db7486b36138248876dcc3741683b/zoomus/components/past_meeting.py#L29 From https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/pastmeetingparticipants: This request can exceed a single page, and may need to handle the pagination. ``` { "type": "object", "description": "Pagination object.", "properties": { "page_count": { "type": "integer",...
replace RVM with software collections.
### Feature description 💡 It would be great if it was possible to trigger a plan / plan&apply / plan & approve & apply etc in another workspace. We would...
Brew core is actually tracking the correct current version. 0.3.14 at time of PR. Casualcoder is hard coded to 0.3.3 This fixes the instructions Fixes #93