Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditionally adding personal URL seems to be broken #27

Open
CicadaCinema opened this issue Sep 11, 2024 · 2 comments
Open

Conditionally adding personal URL seems to be broken #27

CicadaCinema opened this issue Sep 11, 2024 · 2 comments

Comments

@CicadaCinema
Copy link

Under personal:, removing the line url: https://johndoe.com seems to cause an error on typst.app .

I suspect that instead of the following ...

imprecv/cv.typ

Line 93 in 8533314

if info.personal.url != none {

... you meant to write if "url" in info.personal {.

An analogous change may need to be made everywhere else with this pattern.

@fynsta
Copy link

fynsta commented Oct 13, 2024

I think you are just meant to write url: , looking at the examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@CicadaCinema @fynsta and others