Jakub T. Jankiewicz
Jakub T. Jankiewicz
The problem was regex that was used for rendering HTML entities, it didn't handle Hex digits.
@craig552uk it looks exactly like a fix. If maintainers of Eleventy decide it fits into the project.
It should be simple to add `headers` to default options.
Hey @modesty can you take a look?
Added status are staged changes (but need to check again with isomorphic-git to be sure), I did check with canonical git, and it saves the file that don't exist in...
When you use `git.status` you get `added` and `*added` (untracked and new staged) the first should be ignored, and the second one should be stashed. But I was not able...
I don't think that `untracked and not staged` should be stashed. The goal of the library is to make it work as canonical git.
The article was written and Published on FreeCodeCamp: [How to Create an Interactive Terminal-Based Portfolio Website](https://www.freecodecamp.org/news/how-to-create-interactive-terminal-based-portfolio/) Note, that it doesn't include all the features listed above.
I can't merge when there are failing tests. If you want to work on this when a PR may break things, I can create a branch for you that you...
I don't think that we need to bump major version after dropping the old Node. We only need to update everywhere that we don't support them anymore.