Sarah Gibson

Results 307 comments of Sarah Gibson

My only comment against GitHub Pages is that it doesn't provide deploy previews like Netlify and RTD do, and a lot of this community depend on that specific feature for...

As well as deploy previews, we will also need the ability to host the different language versions at either `fr.book.the-turing-way.org` or `book.the-turing-way.org/fr` (or something else, I have no strong opinion),...

@JimMadge definitely feels like something for the next meeting's agenda

@rgaiacs You can run `pre-commit run -a` locally and commit/push the result. I think prettier specifically doesn't write in CI for reasons that are documented somewhere but I will need...

- https://github.com/pre-commit/pre-commit/issues/532 - https://github.com/pre-commit/pre-commit/issues/747 - https://github.com/pre-commit/pre-commit/issues/806 - https://github.com/pre-commit/pre-commit/issues/879

@aleesteele exactly what do you want help with? There's also no approving review yet so merging is blocked and I don't know if that is preventing any merge conflicts from...

In these scenarios, I always recommend trying a rebase to see if CI fails due to changes not being propagated from the main branch ``` git switch main git pull...