Daniel Bershatsky
Daniel Bershatsky
### What happened? Transition from v4.3.4 to v4.3.5 broke regular building pipelines because `actions/upload-artifact` does not derefernce symlink anymore by default and upload symlinks as is but not target files....
It seems that the latest commit has different checksums in GitLab and GitHub. ``` commit 530b50da85059e9666b49e2d00597b28e5f43b60 # GitLab commit 72f44fa1cb657504aea3d1c6927262d18715f2ef # GitHub darts: not adding pointers when a data is...
This template is based on Gist [vtta@d6268ba8][1] (see #15). [1]: https://gist.github.com/vtta/d6268ba81ebfdd1dc573db4b72df8436
There are multiple requirements for CI/CD pipeline. - [ ] Sanitize common typing issues like trailing spaces or trailing lines. - [ ] Compile all changed templates in a pull...
Here is a source file which causes the issue. ```python # datasets/__init__.py from .dataset import batched3, load_dataset, sample_negatives __all__ = ('batched3', 'load_dataset', 'sample_negatives') ``` Here is a `pre-commit` configuration file...
List of templates to update follows. - [x] `lucky-icml` - [x] `bloated-neurips` - [x] `clear-iclr` - [x] `blind-cvpr` - [x] `classic-jmlr` - [x] `smooth-tmlr` - [x] `pioneering-rlj`
Solve #25. ## Known issues - With Typst 0.12.0, multi-column page layout is set in different way. Thus, footnotes use full page width at the moment.
### Rationale Currently, `tueplots` provides incomplete and inconsistent API for figure size specification. The issue is that `tueplots` assumes that user always request the size of entire figure with all...