Gilles

Results 34 issues of Gilles

See this article: https://community.letsencrypt.org/t/2018-01-11-update-regarding-acme-tls-sni-and-shared-hosting-infrastructure/50188

**Is your feature request related to a problem? Please describe.** I'm using GraphQL on Gatsby with the gatsby-source-wordpress plugin and WP-GraphQL. Gatsby generates and uses its own schema during its...

stage/0-issue-prerequisites

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Please...

kind/docs

I see the two filters in the documentation. Does it mean that if they are set, only the fields with the options enabled in the backend should show / be...

The following library gets incorrectly minified: https://swinginatthesavoy.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.js ```js /*! elementor-pro - v3.1.0 - 14-02-2021 */ /******/ (() => { // webpackBootstrap /******/ "use strict"; /******/ var __webpack_modules__ = ({}); /************************************************************************/...

Wondering if it's possible to get some visibility on the 2.* roadmap and release schedule. If it's still in the works. If not anytime soon, it would be great to...

2.0

I am having an issue with tojpg processing resulting in an incorrectly rotated image. Looking at the generated jpg file, I see that the EXIF data, including the orientation information,...

The tojpg function does not seem to work if an image src has URL parameters, like a version number for instance. It would be great if it were supported. I...

I'm looking at the additionalModuleDirs option to specify additional node_modules locations. I observe the code below: ```JS additionalModuleDirs.forEach(function (additionalDirectory) { console.log('...', additionalDirectory, utils.readDir(additionalDirectory).filter(isNotBinary)); nodeModules = nodeModules.concat( utils.readDir(additionalDirectory).filter(isNotBinary) ); }); ```...

# 🐞 bug report **Behavior**: - `What is the issue? (*)` I added `define( 'WP_FS__DEV_MODE', true );` to my site wp-config.php recently, trying to debug an issue with a plugin....