José R. Ferrer Paris

Results 6 comments of José R. Ferrer Paris

Hi @OMahoneyM and @kekoziar, here are my suggested edits.

Hi @tobyhodges, that's a good question, probably the permission was granted to some of the original contributors of the lesson and the information is hidden somewhere. I cannot find any...

Hi @sadielbartholomew I would suggest adding two key points: - The .gitignore file is a text file that gives specific instructions to Git about tracking files in the repository. -...

Thanks @joenio I think the original intended to show a modification of an existing line in the first step, and then adding three lines in the second step. Your proposal...

I faced a similar problem, I had my code structured in different scripts and used the [quarto book ](https://quarto.org/docs/books/) format to organise the content into a HTML document, but ran...

I ran into a similar issue using python and the request library, code was working a couple of days ago, but now I get `403 FORBIDDEN` responses. In my case...