-
When running on AWS Lambda using Node 14 with Canvas v2.7.0 I am seeing the following error:
Error: /lib64/libz.so.1: version `ZLIB_1.2.9' not found (required by /opt/nodejs/node_modules/canvas/bui…
-
On the website when I do a search, are the thumbnails generated from the logo file? I've uploaded a couple of logo's and they are loaded to the webpage but not in the thumbnail.
-
This is an issue to keep track of the upcoming release of VueFire v3. Note this is a **high level roadmap**, more details are added as I complete them and it helps people to get an overview of how thi…
posva updated
1 month ago
-
I ripped out @apollo/client from @redwoodjs/web and implemented a super basic graphql client on my own instead. I then created two RW apps with the two different graphql clients to compare sizes
Wi…
Tobbe updated
2 years ago
-
Before you think this is unrelated, the team maintaining this repo is the closest to this topic and is welcome to comment: CF released Hyperdrive for connecting DB w/o the comm overhead, they say:
…
-
When doing a `bundle install` for a new Rails 6 app, I noticed most of the time is spent compiling `sassc` (libsass really).
This takes easily up to 2 minutes on Linux, which feels really slow for …
-
https://vercel.com/blog/introducing-vercel-og-image-generation-fast-dynamic-social-card-images
-
- Sur vercel, les serverless functions peuvent pas créer le fichier d'authentification
- Sur Netlify, il manque juste les variables d'environments (se baser sur .env.example)
-
It would be nice to have them available in the standard library (both on CPU/GPU) rather than rolling your own. Kornia seems to have implemented it: https://kornia.readthedocs.io/en/latest/color.html,…
-
I put this in my project's `gatsby-node.js` to handle remote images served by the CMS.
Note: I introduced an ENV var `SS_BACKEND_URL` for the cms domain. This way I can easily switch to a local dev…