Benjamin Sproule

Results 13 issues of Benjamin Sproule

## Expected Behavior Run all scripts in date order, regardless of content type. ## Actual Behavior Scripts run in order of content type alphabetical, then by date, causing the migration...

We were noticing that with `gatsby-source-contentful`, it was unable to find the `package.json` (not sure why), but there was nothing being printed out. If the error is ignored, jest is...

## Description When an asset prefix is provided, the `sitemap-index.xml` file has the extra asset prefix provided. In our case, we do not want our sitemap files to be referenced...

topic: plugins

Loving the add-on, which is a great replacement for Postman (trying to avoid Chrome like the plague). The only feature I'm missing is the ability to sync my setup between...

enhancement

I've tried upgrading to the latest version of yarn from yarn v1, but it seems that the `licenses` command has been removed from yarn core. Obviously, no command means no...

unscheduled

When installing with the AUR package, I get an error about the git protocol no longer being supported by GitHub for unauthenticated access, directing me to https://github.blog/2021-09-01-improving-git-protocol-security-github/. By changing the...

When running the `upload` script, we have noticed that whilst it fails to create the bundle and it prints out the reason (bundle size too large in our case), it...

I really need https://github.com/hierynomus/license-gradle-plugin/pull/203 to be released, as I get a stack overflow error without it. Is this project going to have any more releases, or is it just worth...

## Expected Behavior When a script throws an error, the cause of the error should be printed out to console or simply provided as part of an error. ## Actual...

## Expected Behavior ITransformEntriesToTypeConfig should have the type definition for `identityKey` return a Promise as per https://github.com/contentful/contentful-migration/blob/master/src/lib/action/entry-transform-to-type.ts#L13. ## Actual Behavior Get the typescript error "Type '(fields: ContentFields) => Promise' is...