Jan M. Faber
Jan M. Faber
Is would be nice to have a utility method like `is_active?` on the Subscription object. For example, to check if a subscription is active we now write: ```ruby payment_method.subscriptions.any? do...
### Describe the problem The platform is not detected correctly on a Windows machine. On the PC I work on the contents of `RbConfig::CONFIG['arch']` is `x64-mingw-ucrt` ### Actual behaviour ```...
This PR provides a helper method that filters `output_filenames` into `output_changed_filenames`, containing only the files that changed since the last successful run. ### Detailed description Many checks, such as HTML5...
The dart-sass filter currently ignores the `source_map: true` option. It took a bit of experimenting to get sass component names to show up correctly, but in the end it turned...