You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a lot of errors when it comes to customizing and removing fields, I've just been copypasting the blocks of code that don't work with my customizations and fixing the bugs. Maybe I'll upstream more robust options if I have the time
Under
personal:
, removing the lineurl: 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
... you meant to write
if "url" in info.personal {
.An analogous change may need to be made everywhere else with this pattern.
The text was updated successfully, but these errors were encountered: