John Pitchko
John Pitchko
Using `better-dom#3.0.0-rc.1` installed via bower. Receive this error on page load. Seems to be associated with `` tags. I'm a neophyte so not quite sure what the issue is or...
### Description FactoryBot throws an error when defining factories that refer to classes within modules in non-Rails applications. FactoryBot will work, but the class used by the factory must be...
Building the Docker app image fails. Some basic Googling indicates that the [Debian image no longer offers the MySQL package](https://stackoverflow.com/questions/57048428/e-package-mysql-client-has-no-installation-candidate-in-php-fpm-image-build-u). **Solidus Version**: **To Reproduce** 1. Clone repo 2. Build Docker...
theme.scss: `@import "theme/styles.scss":` the `:` should be ';' `$gray-900 $theme-text-color-primary;` missing `:` after `$gray-900`
Hi, installed Dancer for the first time using the dancer script. I executed dancer -a webAppName, which created the new ./webAppName folder. As the script was creating the files, it...
Included a Featured Image in my post. Original resolution of the image is 1176x1657. When the post is rendered, the image looks really bad, like it was shrunk then scaled...
### Steps to reproduce Passing an array to the `model` parameter of `form_with` when the terminal resource in the array is singular _AND_ unpersisted generates an incorrect path. In the...
### Motivation / Background Expand some documentation and examples for querying across multiple records that implement delegated types. ### Detail This Pull Request changes documentation in ActiveRecord Delegated Type. ###...
Might be missing something, but looking through the API, I do not see any capability to update or change the payment method or source attached to a subscription. The [subscription...
Two specs are failing: `import_spec` and `customer_address_spec`. The issue appears to be with the data setup in the specs rather than the underlying code. I opened PR #90 which I...