Hooch76

Results 5 issues of Hooch76

You mention "Dual-relay module" in the "Bill of Materials" list, but the link (http://www.robotshop.com/en/2-channel-5v-relay-module.html) is broken. I am a complete electronics noob so I have no idea what is needed...

Hi, I've set the timezone to `UTC+01:00 Amsterdam, Berlin, ... ` ![image](https://user-images.githubusercontent.com/25639197/224316056-614c1531-4f41-49df-981f-019a197649b6.png) and config.json shows `"timezone": "Arctic/Longyearbyen"`. Is this expected? Thanks.

bug
enhancement

Is it just me or does https://github.com/microsoft/shell-intune-samples/blob/master/macOS/Apps/Google%20Chrome/installApp3.01-GoogleChrome.sh install a super old version of Chrome on MacOS? DMG is downloaded in the script from "https://dl.google.com/chrome/mac/stable//googlechrome.dmg" (notice "//" in the URL -...

### What happened? GoogleDrive was added here: https://github.com/aaronparker/evergreen/issues/480 The link https://dl.google.com/drive-file-stream/GoogleDriveFSSetup.exe is still valid, but it does not download GoogleDriveFSSetup.exe, but GoogleDriveSetup.exe instead. ![image](https://github.com/user-attachments/assets/731bf2ca-763f-4175-b6ac-586b12c1a7ef) That's version 101.0.3.0, but Get-EvergreenApp -Name...

bug

**Describe the bug** The following example ca be found on https://psgsuite.io/Function%20Help/Calendar/New-GSCalendarEvent/#example-1 `New-GSCalendarEvent "Go to the gym" -StartDate (Get-Date "21:00:00") -EndDate (Get-Date "22:00:00")` This creates an "all day" event instead of...