drmrbrewer
drmrbrewer
Yes I can't recall the details of how I got it to work on arm64 (but I've made copious notes about it and recall it being a real headache)... but...
Here is the output (for an output without emoji char) with `DEBUG=puppeteer:*` and `dumpio: true`: puppeteer:browsers:launcher Launching /usr/bin/chromium --allow-pre-commit-input --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-field-trial-config...
And the output when pointing to the ttf file that works: puppeteer:browsers:launcher Launching /usr/bin/chromium --allow-pre-commit-input --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-field-trial-config --disable-hang-monitor --disable-infobars --disable-ipc-flooding-protection --disable-popup-blocking...
I would find this useful, for a similar use-case as explained by @dunkmann00, where I'm deploying the same codebase to multiple (well, two) different apps on CapRover, and altering the...
Maybe validation on save, and switching between bulk/field view, and switching between tabs? But I appreciate that validation gets a bit tricky (e.g. in terms of ideally highlighting where the...
@codespearhead but it’s based on a deprecated image from Sentry that hasn’t seen any new version for four years, isn’t it? https://hub.docker.com/_/sentry
@githubsaturn please can you confirm that, to revert the nginx config on the main settings page to default, I should remove all the content from both the `Base Config` and...
@patrick-zippenfenig I note that there is a **landsfc** parameter in the GFS/HRRR data, at least from [this source](https://nomads.ncep.noaa.gov/dods/gfs_0p25_1hr/gfs20230603/gfs_0p25_1hr_00z.info) for the GFS data: "surface land cover (0=sea, 1=land) [proportion]"... and indeed...
@patrick-zippenfenig are weather codes provided in the GFS data, or would you have to derive these weather codes based on other available parameters (e.g. if precipitation > 1 then "heavy...
After some brief searching I haven't come across anything definitive. [This paper](https://rmets.onlinelibrary.wiley.com/doi/pdfdirect/10.1017/S1350482702002049) is interesting, and even if it's overly theoretical and not particularly useful for practical purposes (i.e. coding an...