rendercv icon indicating copy to clipboard operation
rendercv copied to clipboard

Spelling mistake "type: with-parial-line"

Open amaanansari opened this issue 9 months ago • 2 comments

Describe the bug The interpreter expects a misspelled option:

design:
  section_titles:
    type: with-parial-line # this value is expected, but it should be "with-partial-line"

To Reproduce rendercv==2.2

Screenshots

Image

amaanansari avatar Feb 17 '25 21:02 amaanansari

This issue is not resolved?

Like there is already a closed issue from the day before this one is posted: https://github.com/rendercv/rendercv/issues/349

NeodarZ avatar Mar 17 '25 23:03 NeodarZ

This error still exists for me as well today, using rendercv==2.2.

thomascamminady avatar Mar 19 '25 08:03 thomascamminady

I also have the same issue on 2.2 and notice there are still references to the mispelling:

❯ git grep parial
rendercv/__init__.py:_parial_install_error_message = (
rendercv/cli/__init__.py:    from .. import _parial_install_error_message
rendercv/cli/__init__.py:    print(_parial_install_error_message)  # noqa: T201
rendercv/renderer/renderer.py:                from .. import _parial_install_error_message
rendercv/renderer/renderer.py:                raise ImportError(_parial_install_error_message) from e
rendercv/renderer/renderer.py:        from .. import _parial_install_error_message
rendercv/renderer/renderer.py:        raise ImportError(_parial_install_error_message) from e
(END)

clintval avatar Jun 09 '25 16:06 clintval

Looks like this was resolved in v2.3

PowerUser64 avatar Oct 28 '25 23:10 PowerUser64