James Armes (they/them)

Results 25 comments of James Armes (they/them)

I believe I've identified the issue here. There are multiple places where rvm attempts to determine paths by removing the gemset from an existing path, if it exists. However, it...

I suspect that this and #1308 are related. I was having similar issues and setting the language encoding manually addressed the issue: ``` act push --env LANG=C.UTF-8 ``` UTF-8 is...

I just ran into this issue as well. It seems the tag should be put through the same sanitation as the name.

I propose we merge this without system test support inside of docker (you can still run them on the host), and follow-up with that. I've made progress on the system...

System tests are running in docker now! I'd appreciate one or two people testing this out on their machines, especially if you're on Linux.

It looks like `dockutil` has been added as a formula. If you already have it installed as a cask, you will need to uninstall it: ```bash brew uninstall --cask dockutil...

If you have an account with impersonation privileges, you can use impersonation to get the events for other users, but you will need to make a separate request for each...

If the administrator is an attendee on each of the events, you should be able to get all events just using their account. You won't be able to update the...

In order to get the events for a particular room, you need to set the mailbox on your parent folder id: ```php $folder_id = new DistinguishedFolderIdType(); $folder_id->Id = DistinguishedFolderIdNameType::CALENDAR; $folder_id->Mailbox...

That means the account your authorizing as does not have permission to impersonate the user you're attempted to impersonate as. If you're trying to impersonate as a room, that won't...