Tyler Barnes

Results 59 issues of Tyler Barnes

Is this for javscript only? I'm wondering if I could somehow use this for php

Does anyone know what needs to be done to make this work with gulp-postcss? I've been trying to figure this out for a few hours with no luck.

Some servers will error if the URI is too long. Since the query is encoded into the url, this will sometimes be problematic. When the query is removed from the...

bug

When importing https://github.com/Automattic/theme-tools/blob/master/gutenberg-test-data/gutenberg-test-data.xml I get this error: ```json { "debugMessage": "'properties' keyword must be an object, array given", "message": "Internal server error", "extensions": { "category": "internal" }, "locations": [ {...

Is it possible to use this client side? I'm looking to use this in a non node environment and ajax the critical css back to the server. I want to...

New props on TransitionLink: - trigger - await pages.exit - await pages.entry - await entry.visible - entry.appearAfter New render props on TransitionState - mount New useTransitionHook: ```jsx import React from...

enhancement

Recently I improperly published this package causing issues for people who upgraded. This should be automated so it can't happen. https://github.com/TylerBarnes/gatsby-plugin-transition-link/issues/217

enhancement

Atleast one person in https://github.com/TylerBarnes/gatsby-plugin-transition-link/issues/177 had a non-descriptive error related to this. We should detect if the plugin isn't set up properly and throw an error.

enhancement

Got this as an email! ``` Hi Tyler! I was testing gatsby-plugin-transition-link with AniLink transitions. Everything works really cool and is a great and fast way to implement some transitions...

Some users have reported errors where some image cdn fields are missing. https://github.com/gatsbyjs/gatsby/discussions/35147#discussioncomment-2678837 for example. This PR attempts to prevent image cdn code from running when required data is missing.