Vitaly Potyarkin
Vitaly Potyarkin
I was very excited to learn that [Libvirt](https://gitlab.com/libvirt/libvirt) team uses Cirrus CI (via GitLab via cirrus-run) to execute their FreeBSD and macOS builds [for a couple of months already](https://www.mail-archive.com/[email protected]/msg201902.html)! They...
I'd like to bring to your attention a workaround I created to integrate Cirrus CI into GitLab pipelines: https://github.com/cirruslabs/cirrus-ci-docs/issues/10#issuecomment-587532447 Same tool (cirrus-run) may be helpful for implementing the workaround with...
Возможно, в контексте этой идеи интересным покажется Pandoc (а для метаданных - YAML header). Во-первых, это позволит автоматизировать сбор книги из отдельных глав (и даже автоматически строить оглавление по собранной...
Немного пользовался, но на более простых задачах. Сам pandoc настройки не требует, нетривиальной может оказаться только установка LaTeX для генерации PDF. А дальше методом проб и ошибок подбирается набор параметров...
The error comes from Jinja2 template: https://github.com/arulrajnet/attila/blob/fbe73a2747b42fccee25e272cc468450426b764b/templates/article.html#L89 I think I will have some free time next week to fix this.
My idea was to remove `title` filter altogether because typically it's safe to assume that people know how to capitalize their own name correctly.
I understand the error, but I don't know what we can do about it. Do you have any suggestions? Test suite rightly warns you about missing git tags in what...
I'm not sure that this is a good idea. No tags is definitely a "brown bag release" kind of scenario, and test suite should be loud about that.
How about introducing an environment variable to skip release tests? Like `BCPP_TEST_SKIP_RELEASE_CHECKS` - if set, it would act the same as `-dev` suffix in bcpp version. In addition to that...
> I want my output artefacts to be rebuilt if venv changes. What's the best way to do this? For now I've just gone for `$(VENV)/$(MARKER)`, but is that the...