Gilles

Results 77 comments of Gilles

Can the caught error be displayed when it's an internal error? ```TSX try { const passed = await lintStaged(options) process.exitCode = passed ? 0 : 1 } catch (e) {...

@jasonbahl I don't see much action on this topic. Is the recommendation to add the user fields we need with register_graphql_field() or ...?

I tracked the bug down to this faulty regexp in `redirect_posts_orderby`, which does not consider there could be blank spaces after `ASC/DESC`: ```PHP // wp-content/plugins/the-events-calendar/src/Events/Custom_Tables/V1/WP_Query/Custom_Tables_Query.php // Each `ORDER BY` entry...

@jeffbski: I know this is an old thread. Wondering if you had thoughts on the double-render. Does it sound necessary in all situations when using redux-logic, or only for specific...

@jeffbski: Any thoughts on this and how would this work with React 18 renderToPipeableStream?

Oops, how did I not see the conflict between the url package and the url var, fix coming...

I used `const urlParse = require('url').parse` to avoid the conflict with existing `url` variables. Let me know if it's undesirable. If so, feel free to suggest an alternative names for...

I tried to set `autoLabel` to `never` in the next.config file, as well as experimenting with `labelFormat`, but neither setting seems to take effect somehow.

Leaving a comment to say I am waiting for this bug to be fixed. It's been 2 weeks now since the release that introduced this bug.