Brett Higgins

Results 76 comments of Brett Higgins

@tim-schilling do you know of any other such libraries that extend the toolbar in any way? Not sure where I'd get started without poking into its internals.

Just chiming in with a note that I ran into the lack of `oneOf` support in the mock middleware today with a Swagger spec from [an Oracle API](https://docs.oracle.com/en/cloud/saas/service/18a/cxsvc/swagger.json). I _may_...

In my case, however, it turns out that every array type is actually just `[, "null"]`, so I can work around this limitation by replacing that with just the supported...

I'm feeling the lack of this running on AWS Lambda, where there's a hard 6MB limit on response size. It would be great if the page would do a partial...

I'm getting close to the first release for my expo bare project and I'd like to start using standard-version before I do - so I'd love to contribute to addressing...

@byCedric Since I made the above discussion a lot bigger than just this one issue, I've moved it here: https://forums.expo.io/t/how-to-handle-releases-and-changelogs-with-conventional-commits/42611 I'm about ready to start working on the native version...

Forgot to mention, but I opened a PR on standard-version to fix the underlying issue: https://github.com/conventional-changelog/standard-version/pull/670 It has been sitting for a while, though. Just rebased.

@byCedric something that came up while I was writing the docs: I noticed that the recommended bumper for the ios build number is the calculated semver. This makes sense to...

In the meantime, I've published a version with this PR: https://www.npmjs.com/package/@brettdh/standard-version-expo

Interesting. 🤔 That's great to hear, but I was sort of expecting that a resolver used by pipenv would have to also support the upgrade-everything workflow, per discussions on that...