Tyler Littlefield
Tyler Littlefield
Thanks, so if my project has a requirement to convert timezones based on the mailbox which the email came from, I could: 1. Ensure the server running the code has...
Got it, so lets say an east coast mailbox receives an email (4AM EST). If I connect using: ```python Account(..., timezone=pytz.timezone("America/Los_Angeles")) ``` And then fetch that email, the timestamp should...
I got stuck trying to use `Protocol()` to set the timezone, I'll just make sure I know what timezone the server is running. Thank you for the prompt responses!
This has been a problem for me and happy to say its resolved thanks to this thread. I'll share my experience below. Added the following to the plumber `Dockerfile`: ```Dockerfile...
Interesting! Thanks a bunch for digging into this. I think for now, I will revert back to how I used to pull the data instead of using `httr` at the...
I'm also interested in this. I actually helped make the shiny vignette but I've always run into this infinite loop when trying to debug SSO locally.
@hongooi73 yes, this still happens to me as well
I needed to scrape reviews recently, so I made a workflow for it here: https://github.com/tyluRp/glassdoor-scraper Note, just like this repo, the methods I use to scrape things might change as...