Zach Margolis
Zach Margolis
I believe this is a result of vendoring the library in #11 I believe the relevant error is: ``` ./autogen.sh: line 5: libtoolize: command not found ``` Here's the full...
## Background Right now, in some sandbox environments, we're loading real JS from a 3rd party. Ideally, we'd mock this so we can control the behavior, or add clearer ways...
- Follow-up to #7019 to prevent similar bugs in the future [skip changelog]
Fix a small typo
## What's in the Branch Based on the challenges of merging multi-line, nested YML files for translation, this PR proposes flattening them to files with flat keys, no indentation needed....
- Used to help address merge conflicts and streamline transition to flattened YML files, but should not be needed after (do not merge until outstanding PRs with i18n updates have...
Hi there, I'd love to get the changes in 9f8ba470a9ab8d244d3688ee04491bef5365f7c3 for Rails compatibility, but it looks like that version has not been pushed to Rubygems. Is the the currency source?...
Update smoke tests to run, and pass for known failures In the same spirit as https://github.com/rubocop/rubocop-extension-generator/pull/20, this was my attempt to get the smoke tests working - There are a...
**Why**: It is a vestige left from when users had a singular email, before the EmailAddress table relation Removing this attribute helps make calling code clearer about what emails are...