James Candan

Results 32 comments of James Candan

I've updated the example https://github.com/jcandan/learn-php-basics project with a patch from https://github.com/nikeee/phpunit-tap/pull/32 to ensure the first line of the TAP output is on a new line. So, we definitely should be...

I see the culprit. The `patchutils` install was first commented out in 38edc86 in #70, with the comment finally being removed in a69bfd7 via #73.

I wonder if this doesn't support `zsh`. Could you possibly attempt this tutorial build from a `bash` environment? I'd check, but am currently having other issues with VS Code and...

Oh. I just read your attempt to accommodate with bash. Sorry I missed that. So I can assume the zsh message shown is letting you know something other than bash...

I can also confirm this is affecting locally built tutorials. After overcoming #626 with the work-around described there, after uploading and starting the `tutorial.json` file from [Open your tutorial](https://coderoad.github.io/docs/create-a-practice-tutorial#open-your-tutorial), it...

Well, I just attempted to run my instance of [Create a Practice Tutorial](https://coderoad.github.io/docs/create-a-practice-tutorial) in Gitpod by borrowing from freeCodeCamp's implementations, but still couldn't get it to run or pass a...

I think I have the steps needed: 1. Open VSCode 2. Open an empty folder 3. Run `CodeRoad: Start` from the Command Pallete. 8. Hit Start New Tutorial 4. Choose...

No information provided. This ticket may be closed.

Of the SelectTutorial forms, selecting a tutorial via the TutorialSelect dropdown captures all of the project files from the tutorial, including their `.git/` folder, circumventing this issue. But the File...

Could you supply just a little more context? Are you attempting to run a tutorial you created? One provided from somewhere else? I did have trouble understanding the tutorial's instructions...