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
When I try to upload files by pattern using the current HEAD version, 34c2c18, everything works fine except that after the last file is uploaded, the whole list of files gets uploaded again, and so on in a seemingly infinite loop. The logging output shows that the list of files to be uploaded grows by one file every time one is uploaded:
File list: ab-paper-part2/ab-paper-part2.aux,ab-paper-part2/ab-paper-part2.bbl,ab-paper-part2/ab-paper-part2.bcf,ab-paper-part2/ab-paper-part2.blg,ab-paper-part2/ab-paper-part2.fdb_latexmk,ab-paper-part2/ab-paper-part2.fls,ab-paper-part2/ab-paper-part2.log,ab-paper-part2/ab-paper-part2.out,ab-paper-part2/ab-paper-part2.pdf,ab-paper-part2/ab-paper-part2.run.xml,ab-paper-part2/ab-paper-part2.synctex.gz,ab-paper-part2/ab-paper-part2.tex,ab-paper-part2/latexmkrc,ab-paper-part2/specnet.mac
Start uploading 14 files
Upload ab-paper-part2/ab-paper-part2.aux -> /cs-abelianization/Papers/Specnet/Part2/ab-paper-part2/ab-paper-part2.aux: 11784 Bytes
Uploaded: ab-paper-part2/ab-paper-part2.aux with id id:0fCA6K8ET4QAAAAAAAAEmA
Uploaded: ab-paper-part2/ab-paper-part2.aux
1/15 files uploaded
Upload ab-paper-part2/ab-paper-part2.bbl -> /cs-abelianization/Papers/Specnet/Part2/ab-paper-part2/ab-paper-part2.bbl: 466 Bytes
Uploaded: ab-paper-part2/ab-paper-part2.bbl with id id:0fCA6K8ET4QAAAAAAAAEmg
Uploaded: ab-paper-part2/ab-paper-part2.bbl
2/16 files uploaded
Upload ab-paper-part2/ab-paper-part2.bcf -> /cs-abelianization/Papers/Specnet/Part2/ab-paper-part2/ab-paper-part2.bcf: 105651 Bytes
Uploaded: ab-paper-part2/ab-paper-part2.bcf with id id:0fCA6K8ET4QAAAAAAAAEmw
Uploaded: ab-paper-part2/ab-paper-part2.bcf
3/17 files uploaded
I took a peek at the code and I have a guess at what has to be changed to fix this: it is
This change is also available as e66109c in my fork.
Unfortunately I don't know anything about JavaScript or TypeScript, so I can't easily compile the changed version; thus I didn't make a pull request. I am hoping that someone who is able to compile it easily might be willing to do so.
Many thanks!
The text was updated successfully, but these errors were encountered:
Hi all,
When I try to upload files by pattern using the current HEAD version, 34c2c18, everything works fine except that after the last file is uploaded, the whole list of files gets uploaded again, and so on in a seemingly infinite loop. The logging output shows that the list of files to be uploaded grows by one file every time one is uploaded:
I took a peek at the code and I have a guess at what has to be changed to fix this: it is
This change is also available as e66109c in my fork.
Unfortunately I don't know anything about JavaScript or TypeScript, so I can't easily compile the changed version; thus I didn't make a pull request. I am hoping that someone who is able to compile it easily might be willing to do so.
Many thanks!
The text was updated successfully, but these errors were encountered: