David Faizulaev
David Faizulaev
I'm writing a hooks.js file and would like to use the new option in node8 - async await. This requires me to pass only a single argument to BeforeEach, BeforeAll...
I'm trying to install `mozjpeg` in a Docker container which runs NAME="Alpine Linux" ID=alpine VERSION_ID=3.11.7 PRETTY_NAME="Alpine Linux v3.11" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://bugs.alpinelinux.org/" And I get the following error yarn install --frozen-lockfile yarn...
Hello, I'm trying to build a docker file which uses `pdf2htmlEX-0.18.7-poppler-0.81.0` but I keep getting CairoFontEngine Errors, here's my dockerfile: > FROM > > RUN dpkg --configure -a > RUN...
I'm trying to upgrade the version of pdf2htmlEX I'm using and encountering various errors during the docker image build. Here's my docker file: ``` RUN dpkg --configure -a RUN apt-get...
I'm using a dockerfile which build an image. The dockerfile uses pdf2htmlEX, cairo & poppler. I've upgraded from pdf2htmlEX 0.14.6 to 0.18.7 with poppler 0.75.0 & cairo 1.16.0 OR cairo...
Hello, Are there any plans to support `discriminator` for Swagger 2.0? Also, is it possible to perform such validation using a custom validator? Thanks in advance.