John O'Rourke

Results 9 issues of John O'Rourke

## Expected Behavior Using JIRA Cloud. We renamed the "Epic" issue type and have a custom issue schema, but issues still have the 'epic' field. ## Actual Behavior In the...

**Is your feature request related to a problem? Please describe.** I have a composer module containing just a `composer.json`, and a `xxxxx.patch` file. I accidentally had `"type":"metapackage"` in my module's...

Hi, I'm using this library without simplesamlphp, to implement deep inspection of SAML in a proxy. I'd like to make use of SAML2\Response\Processor using metadata, which means writing my own...

https://github.com/robwittman/shopify-php-sdk/blob/e384cb2971c8dddff4a047d60ead313a8fdfdb74/src/Enum/Fields/CollectionListingFields.php#L5 'AbstractObject' should be 'AbstractObjectEnum' - new user here, could someone confirm/fix before I submit a PR?

I wanted to install this via composer, but had to add a name field to composer.json first.

Hi, Commit 5176526 added a plugin to `\Magento\Config\Model\Config\Structure\Data`, which adds to the config array regardless of context. I have another module (BSSCommerce Customer Approval) which sends email out from a...

The Zend class throws an exception if the locale is empty or not 5 characters long. We are relying on CurrencyInterface->getLocale() to find the currency locale but it looks like...

DRAFT! Probably requires some discussion because: - the documentation says 'multiple' defaults to false - not true for select2 fields - the `select2options` option is undocumented ### All Submissions: *...

`select2` fields are always set to `multiple` by default. The [documentation](https://www.paidmembershipspro.com/documentation/user-fields/field-types-attributes/#select) says it defaults to false. I have a PR to fix it for select2 fields but would like the...