Pavel Safronov

Results 18 comments of Pavel Safronov

@ballerbude just replase "chrome" service in your docker compose with this one

running into a similar issue I'm also seeing these errors in the log when rendering, not sure if it is related ``` $ agg -v --renderer resvg --font-family "JetBrainsMonoNL Nerd...

This seemed to help in my case: ```sh DISABLE_AUTO_TITLE=true asciinema rec demo.cast --overwrite -c zsh ``` Found it by looking at ```sh which -a $preexec_functions ```

Not a huge fan of adding such implicit dependencies between unrelated projects. I have solved the issue for myself by just adding `DISABLE_AUTO_TITLE` to my zshrc. I realized I don't...

Hey @YJDoc2 Can you help me with [containerd-integration-tests](https://github.com/youki-dev/youki/actions/runs/20004655320/job/57365115298?pr=3313#logs) failure? It fails on ``` --- FAIL: TestContainerPids (0.19s) ``` I can't see how it could be related to the change I...

I've addressed the comments, but one of the tests timed out. Pretty sure it is not related to my change, so will be happy if someone can trigger a re-run.

Hi @overtube Is this still an issue? I can build it without any problems, here is an example Dockerfile ``` FROM archlinux:latest RUN pacman -Syu --noconfirm base-devel sudo debugedit fakeroot...