Closed danieltomasz closed 2 months ago
I can't open the project, but the most likely explanation is that the bib file is too large. Is this one of the ones with thousands of references in it?
No, I created a mini bib with only those items I am using (~30 positions, ~ 72kb); Now I manually copied and pasted changes into online version to make it compile, I have orange dot - it means that there is a conflict the typst-web client cannot resolve?
When I got my problem, before I manually pasted changes there weren't orange dot there
Update: yellow/organge dot is gone, but the github changes in bib file do not appear when I try to pull them from the repo
We've tracked down a bug in the pull logic yesterday. I hope to get a patch deployed soon.
Same issue as #429. Copying my response:
We fixed a bug where the data we keep to be able to merge changes without conflicts got into an invalid state. However, this unfortunately doesn't fix existing invalid state. If this bug still occurs for you in an existing project, you can "heal" it by pushing at least once. If necessary, you can also revert or force push on the git side and then pull again.
Description
I've created a small project to share with my collaborators and supervisor. While we've had several successful pulls in the past, we're now experiencing unreliable updates after using git pull. Specifically, in our most recent pull:
Changes to the .typ file were successfully pulled. The .bib file weren't, despite being updated in the remote repository.
This partial update caused our compilation to crash, as the .typ file expected content from the updated .bib file that wasn't present locally. This inconsistent behavior makes it challenging to effectively collaborate on the project
Reproduction URL
https://typst.app/project/pv_8ZwDKpgBYe4kq23RlXk
Browsers
No response
OS
No response