Chris Charabaruk

Results 87 comments of Chris Charabaruk

@JustinWebDev the config file is `PodcastGenerator/config.php` in your repo. Also, VS Code should be able to launch PG using the server built into the PHP executable itself so long as...

What are the time zones for your computer and for the web server? I notice that the file renaming also goes a day ahead, which suggests to me that the...

Central Standard or Central Daylight-Saving? CST is six hours behind UTC, so if the server was (mis-)configured to use UTC exclusively then that would definitely explain it. But if you're...

Taking another look, the episode was processed at 7:30pm your time, which would be after midnight whether UTC or GMT/BST. So yeah, I bet you that the server is set...

I'd definitely start with trying the time zone setting in PG 3.2. That should also affect the time detected for FTP-indexed episodes (and if it doesn't, that'd be a bug)....

Definitely think a generic Git URL support would be good to have and could help out with this issue.

I don't know the typings code base. Where would I start on adding git protocol support?

@mitermayer I might take a try at this on the weekend but there's no guarantee it'll go anywhere.

Sorry, URI in step 2 is incorrect, it's the old-style and works with Wakatime.el. It's the new-style links that fail (i.e. org-protocol://capture?template=L&url=https%3A%2F%2Fexample.com&title=Example%20website in this example).

@batterseapower I've tried the PR #36 instructions just now with VS 2017 and it dies due to providing the msys include directory to cl.exe: ``` c:\python37\lib\site-packages\pip\_internal\commands\install.py:199: UserWarning: Disabling all use...