Eimantas Lapinskas

Results 20 comments of Eimantas Lapinskas

`RUN WKH_VERSION=$([ "$(uname -m)" = 'aarch64' ] && echo "arm64" || echo "amd64") \ && curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_${WKH_VERSION}.deb \ && apt-get install -y --no-install-recommends ./wkhtmltox.deb \ && rm...

You can try to use my image: https://hub.docker.com/r/wbms/odoo14-multiarch Or build docker image on your Mac m1. Just change wkhtmltopdf to this one: https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_arm64.deb

Just change this line: [https://github.com/odoo/docker/blob/master/15.0/Dockerfile#L34](https://github.com/odoo/docker/blob/master/15.0/Dockerfile#L34) Into these: ``` RUN WKH_VERSION=$([ "$(uname -m)" = 'aarch64' ] && echo "arm64" || echo "amd64") \ && curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_${WKH_VERSION}.deb \ &&...

`RUN WKH_VERSION=$([ "$(uname -m)" = 'aarch64' ] && echo "arm64" || echo "amd64") \ && curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_${WKH_VERSION}.deb` I made this change to original image. And it works....

``` RUN WKH_VERSION=$([ "$(uname -m)" = 'aarch64' ] && echo "arm64" || echo "amd64") \ && curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_${WKH_VERSION}.deb \ && apt-get install -y --no-install-recommends ./wkhtmltox.deb \ &&...

> I am interested in creating an image component for svelte but I am not sure how to approach it. We have **build time** approaches like: > > * Svelte...

After adding `import 'dexie-observable';` Storage keeps rising. - Database empty. - Latest electron app. [Gist ->](https://gist.github.com/leimantas/0765a2bead171c0644f7aa1f2d06d493 )

"dexie": "^3.2.2", "dexie-observable": "^3.0.0-beta.11" After ~5min:

> Duplicated #73 ... Pls check this comment [#73 (comment)](https://github.com/vechai/vechaiui/issues/73#issuecomment-1108739309) yeah, but I haven't even imported it.