Joe Bailey
Joe Bailey
**Ticket**: [#2596](https://github.com/timber/timber/issues/2596) ## Issue Added a ```toavif``` filter for even smaller file compression ## Solution Duplicated the ```towebp``` code but instead used PHP 8.1's native ```imageavif``` function. ## Impact If...
Is this on the roadmap to be released soon? 8.1 is in security fixes only.
As the title suggests, if I point a domain to my server, such as example.com, but EasyEngine doesn't have a site for this domain, then it resolves the first site,...
Is there a way to add this package to the PHP 8.1 docker container?
The postinstall step specifies a command that is only available on UNIX based systems: https://github.com/algolia/algoliasearch-netlify/blob/2eaa84fffc67453a9e4b788a90bb4a1371f8303b/frontend/package.json#L17
### 🔗 Linked issue Resolves #137 Resolves #138 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug...
### Environment - Operating System: `Darwin` - Node Version: `v18.14.0` - Nuxt Version: `3.8.2` - CLI Version: `3.10.0` - Nitro Version: `2.8.0` - Package Manager: `[email protected]` - Builder: `-` -...
### Describe the feature Cloudflare exposes bindings via the `event.context.cloudflare.env`. Aside: `event.context.cloudflare.env` is only available when making a request, not when directly invoking the server function code. See [Issue 137](https://github.com/Hebilicious/authjs-nuxt/issues/137)...
# Description When `$buckets` does not contain `Buckets` as a key in the array, the plugin falls over as it tries to count a non-existent variable. This PR ensures that...