Martin Mouterde

Results 9 comments of Martin Mouterde
trafficstars

sure : ``` # https://github.com/puppeteer/puppeteer/blob/edb01972b9606d8b05b979a588eda0d622315981/docs/troubleshooting.md#running-puppeteer-in-docker FROM node:lts-bullseye RUN apt-get update \ && apt-get install -y wget gnupg \ && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \ &&...

@solugebefola `date_trunc` does not support Offsets as `time_bucket` do. (Ex: make month starting on the 5th) Do you know a workaround ?

unfortunately, `time_bucket("30 days", time)` can't fit my needs. If I extract the month from the date '02/05/2018' that give May, I don't thinks it's possible to group this point in...

you should import [bootstrap.css](https://cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.css) or this part of css (extracted from bootstrap) ```css .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px...

I'm just starting with this sqlite plugin, I hope this will be relevant. My point is about the _IncrementalUpgrade_ feature documentation. - The main readme.md shows a broken link -...

This tuto is not really easy to follow as the final workflow is split into several services. Anyway, that a great, complete and verbose work that helps me. thanks @jepiqueau...

Hum, ok, in this case it would be better to use `boot files` hook from Quasar. from `src/boot/sqlite.ts` ```js import { boot } from 'quasar/wrappers'; import { init } from...

old thread but anyway, using `headAngle: -290` works for me : ```javascript Symbol.arrowHead({ pixelSize: 20, polygon: false, pathOptions: { stroke: true }, headAngle: -290, })